I have a special case where my result disappears when searching. My result dissapears in the middle of typing and reappears as I countinue typing. It’s always on the same character. Searching “fatvär” returns a result but as soon I type “fatvärm”, te result dissapears completely. “fatvärma” (continous to write the search) will then return a result again.
The result are the same in Prod/Staging (where the result is the same and where the issue was found), but locally I have the issue only for the category search (finding the products but not the category that has a match in name).
the aq (alias wuery) and aw (alias write) is index alias that pointing to the active index name. When you rebuilding offline the index name is switching between v1 and v2 and to avoid exception when query or writing the alias is used for these operations to always execute on the correct active index for the requested method.
Yes I see that I accidentaly pasted the wrong query with different index. The problem is still present with the use of one index. Here comes another one: