Use this file to discover all available pages before exploring further.
The getRankingInfo parameter adds a _rankingInfo object to each result (hit) in the search response.
This object contains detailed metadata about how Algolia ranked the result, including scores from ranking criteria.
Encodes both the attribute index (position in searchableAttributes) and the word position.
Divide the number by 1,000 to get the attribute index; the remainder gives the word position.
Used only for attributes set to "ordered" in searchableAttributes.For example, if firstMatchedWord is 2,001: the best-matching attribute is the second attribute in the list,
and the first matched word is the second word within that attribute (both 0-based).For more details, see Understanding word position.