Typesense Search Limit and Nested Fields Indexing
TLDR Loic asked about the search limit and how to build a schema for nested fields in Typesense. Jason clarified the limit has been lifted in newer versions and nested fields indexing will be available in the next 3-4 months.

Apr 25, 2022 (17 months ago)
Loic
03:12 PMin the documentation we can find « Due to performance reasons, Typesense limits searches to a maximum of 500 results. »
Is there a way to change this limit and set for example 10,000 ?
Jason
03:37 PM
Loic
03:49 PM
Loic
05:20 PMprices
which is of type List<Price>
Example with object
Price
circleId String
price int
{
"ownerId": "123",
"prices": [
{
"circleId": "String",
"price": 123
}
]
}
Loic
05:27 PMJason
05:29 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Discussing Issues and Improvements for Typesense
Greg shared feedback and raised questions about Typesense, specifically about nested objects, rate limiting, and documentation. Kishore Nallan provided explanations, confirming that non-searchable fields can be stored and noting to improve documentation clarity.


Configuring Typesense Extension for Nested Fields in Firebase Collection
David had issues indexing nested fields using the Typesense extension. Jason offered advice on specifying schemas and prioritizing specific fields, but there remained unresolved challenges with the schema.

Handling Nested Objects in Typesense
Darren queried about storing arrays of objects in Typesense. Kishore Nallan advised that Typesense doesn't support nesting but shared alternative reindexing methods. They added improved nesting support is planned for the future.