Hello,
I am trying to implement fulltext with prismic api & getting very strange behaviours. Appreciate some help to understand the feature better.
Examples :
- Tried to search document keyword with "Hampta" -> Got 10 records = NOT OK = Here search result not matching with expected result and i couldn't see text matching with my search criteria "Hampta" anywhere in document. What all are the field considered for search with fulltext ?
- Tried to search document keyword with "hampta" -> Got 0 records - NOT OK = Search is case sensitive? It's really hard to ask end customer to search on a.specific format). Any workaround for this ?
- Planning to search with full text custom field contains array value & getting 400 from API. Is it allowed to search only the flat fields for custom field ?