[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure consequence.params.ignorePlurals can be deserialized from string #610

Open
aseure opened this issue Jun 2, 2020 · 0 comments
Open

Comments

@aseure
Copy link
Contributor
aseure commented Jun 2, 2020

It was discovered that the Algolia Search API is sometimes returning the
ignorePlurals field from a Query Rule's consequence params field as a
string, such as:

"consequence": {
    "params:" {
        "ignorePlurals": "false"
    }
}

Could you please ensure that the deserialization of query rules coming from
getRule, getRules, browseRules are correctly decoding those strings
without failing.

Also, like we did for other string-based booleans, it would be convenient to
convert the string to an actual boolean when the string is equal to "true" or
"false".

mehmetaligok pushed a commit that referenced this issue May 3, 2023
* Automatic empty commit

* chore(deps): update dependency @prettier/plugin-php to v0.18.6 (#581)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @redocly/openapi-cli to v1.0.0-beta.94 (#582)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency com.squareup.okhttp3:logging-interceptor to v4.9.3 (#583)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.9.3 (#584)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency dotenv to v16.0.1 (#585)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency io.github.cdimascio:dotenv-java to v2.2.3 (#587)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency inquirer to v8.2.4 (#586)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier-plugin-java to v1.6.2 (#588)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency semver to v7.3.7 (#589)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency ts-jest to v27.1.5 (#600)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update babel monorepo (#603)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @apidevtools/swagger-parser to v10.1.0 (#604)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @rollup/plugin-node-resolve to v13.3.0 (#605)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to v27.5.1 (#606)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency commander to v9.3.0 (#608)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency husky to v8 (#593)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update jest monorepo to v28 (#597)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency openapi-types to v11 (#595)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-plugin-yml to v1 (#591)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix yaml parser

* upgrade yarn

* remove packageManager in js client

* chore(deps): update dependency eslint to v8.16.0 (#609)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency prism-react-renderer to v1.3.3 (#601)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency lerna to v5 (#594)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency com.google.code.gson:gson to v2.9.0 (#607)

* chore(deps): update dependency com.google.code.gson:gson to v2.9.0

* missing parameter

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>

* chore(deps): update node.js to v16.15.0 (#610)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update docusaurus monorepo to v2.0.0-beta.21 (#602)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Revert "fix(deps): update docusaurus monorepo to v2.0.0-beta.21 (#602)"

This reverts commit 8f3a702392c039ae35892d4faa3dd287a9dda021.

* update yarn

* fix(deps): update react monorepo to v18 (#599)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant