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
Describe the bug
I'm trying to run a find and rate missing documents query on an algolia index, which fails. Console error:
TypeError: e.docFinder.searcher.explainOther is not a function
To Reproduce
Steps to reproduce the behavior:
Connect an algolia index
add a query
expand query and click missing documents
click the search button
see the error in the console
Expected behavior
A clear and concise description of what you expected to happen.
Showing the search result so i can rate it for that query. Without this, Quepid is kind of unusable
Screenshots
The text was updated successfully, but these errors were encountered:
Oooh! Thanks for finding this one... This screen/feature I don't think was ever tested with Quepid, as it's somewhat of an advanced use case. Most folks are running a query and looking at what returned, not trying to find ones that didn't return.
There is some thinking about how do you expose (or hide!) capabilities in Quepid that various search engines support (or don't support). Clearly on this page, since we call out Solr/ES/OS but not Algolia or the custom search api, that we don't have that applied here.
The thing is that we have a list of search results that we expect to appear. To rate how good the quality is, we want to check for those. If the results never showed up in a search then i can't rate the score of that record or make it impact the search score in any way. Would be awesome if you could connect algolia/ the instantsearch client with quepid.
Describe the bug
I'm trying to run a
find and rate missing documents
query on an algolia index, which fails. Console error:TypeError: e.docFinder.searcher.explainOther is not a function
To Reproduce
Steps to reproduce the behavior:
missing documents
Expected behavior
A clear and concise description of what you expected to happen.
Showing the search result so i can rate it for that query. Without this, Quepid is kind of unusable
Screenshots
The text was updated successfully, but these errors were encountered: