Hello @Jason Bosco, @Kishore Nallan,
I think i found bug when using "query_by" parameter. It seems that the search does not return all the matched results...
I have a collection containing 6 items matching this search query:
/collections/cmspages/documents/search?q=rade/homepage-boxes-&query_by=uri&filter_by=type:1&prefix=true&num_typos=0&per_page=10&include_fields=[uri]
But i get only 4 results. Then i try to adjust the "filter_by" statement to explicitly include the missing uri:
/collections/cmspages/documents/search?q=rade/homepage-boxes-&query_by=uri&filter_by=type:1 %26%26 uri: rade/homepage-boxes-gerichte&prefix=true&num_typos=0&per_page=10&include_fields=[uri]
And i get the missing item back!! Something is wrong here. I'm free for screenshare if it is needed