Hi All, ive some questions which are mostly releat...
# getting-started
m
Hi All, ive some questions which are mostly releated to Queries in Pinot. 1. Is their case sensetive and in-sensetive searching available in queries? 2. wild card searching is available? (? and *) 3. Pagination support ? Thankyou in advance. :)
m
1. Search
enable.case.insensitive
in docs.pinot.apache.org. 2. https://docs.pinot.apache.org/basics/indexing/text-search-support 3. Pagination support for selection queries exists, but for aggregation queries, it is in the roadmap.
👍 1