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
There is a inconsistency in the Query and the Indexes.
Keywordindex and FacetIndex define a In Query but in query.py no such Query is defined. There is the Contains Query but it's not implemented in any indexes.
I Think the In Query in die Indexes should be renamed to Contains