Searches for rules in your index.
Required ACL:Documentation Index
Fetch the complete documentation index at: https://algolia.com/llms.txt
Use this file to discover all available pages before exploring further.
settingsYour Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Name of the index on which to perform the operation.
"ALGOLIA_INDEX_NAME"
Rules search parameters.
Which part of the search query the pattern should match:
startsWith. The pattern must match the beginning of the query.endsWith. The pattern must match the end of the query.is. The pattern must match the query exactly.contains. The pattern must match anywhere in the query.Empty queries are only allowed as patterns with anchoring: is.
is, startsWith, endsWith, contains Only return rules that match the context (exact match).
"mobile"
If true, return only enabled rules.
If false, return only inactive rules.
By default, all rules are returned.
Maximum number of hits per page.
Algolia uses page and hitsPerPage to control how search results are displayed (paginated).
hitsPerPage: sets the number of search results (hits) displayed per page.page: specifies the page number of the search results you want to retrieve. Page numbering starts at 0, so the first page is page=0, the second is page=1, and so on.For example, to display 10 results per page starting from the third page, set hitsPerPage to 10 and page to 2.
1 <= x <= 1000Requested page of the API response.
Algolia uses page and hitsPerPage to control how search results are displayed (paginated).
hitsPerPage: sets the number of search results (hits) displayed per page.page: specifies the page number of the search results you want to retrieve. Page numbering starts at 0, so the first page is page=0, the second is page=1, and so on.For example, to display 10 results per page starting from the third page, set hitsPerPage to 10 and page to 2.
x >= 0Search query for rules.