Disabling Query Rules - Enable/Disable with a query string parameter? enableRules=false
See original GitHub issueDo you want to request a feature or report a bug? Feature
Feature: What is your use case for such a feature? Enabling or disabling the new query rules feature via a query string parameter. Nice quick way to see a back and forth comparison.
Feature: What is your proposed API entry? The new option to add? What is the behavior?
If you apply the query string parameter to the page’s URL enableRules=false
query rules become disabled.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
enableRules API parameter - Algolia
When true, Rules processing is enabled: Rules may match the query. When false, Rules processing is disabled: no Rule will match the query....
Read more >Disabling/Pausing Queries | TanStack Query Docs
If you ever want to disable a query from automatically running, you can use the enabled = false option. When enabled is false:...
Read more >Disabling caching for certain query strings - Rules
Hi, I need to disable caching for certain query strings. Would this be a correct URL in the Page Rule: *.mydomain.com/*variable=value*.
Read more >Advanced Settings | Kibana Guide [8.5] - Elastic
Conceptual and step-by-step procedures for using runtime fields, scripted fields, and field formatters.
Read more >EventBridge — Boto3 Docs 1.26.36 documentation
The value associated with the key for the query string parameter. ... Whether event replication was enabled or disabled by this request. State...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s documented completely here https://www.algolia.com/doc/api-reference/search-api-parameters/
it should work with the searchParameters in the constructor, did you try that?