Dawood Alkawaz
07/31/2025, 8:30 AM{
"name": "tags",
"type": "string[]",
"index": true,
"stem": true,
"infix": true
}
Then I inserted a document with the following tags:
"tags": [..., "yellowstone", ...]
Now I am trying to search like this:
GET /documents/search?q=stone&query_by=tags&infix=always
However, this document is not showing up. Any ideas that can help? And thank you in advance!Fanis Tharropoulos
07/31/2025, 8:54 AMDawood Alkawaz
07/31/2025, 9:00 AMFanis Tharropoulos
08/07/2025, 10:55 AM