You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that in the Search method, the search queries are overwriting the indexuid.
This happens because the same SearchRequest instance reqProto is reused for each index, causing all queries to end up with the IndexUID of the last index, which eventually leads to metalctl audit ls to never list anything than the last index.
I've noticed that in the Search method, the search queries are overwriting the indexuid.
This happens because the same SearchRequest instance reqProto is reused for each index, causing all queries to end up with the IndexUID of the last index, which eventually leads to
metalctl audit ls
to never list anything than the last index.metal-lib/auditing/meilisearch.go
Lines 195 to 202 in 045c507
The text was updated successfully, but these errors were encountered: