Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documents fails with algolia #1048

Open
fogx opened this issue Aug 2, 2024 · 2 comments
Open

Missing documents fails with algolia #1048

fogx opened this issue Aug 2, 2024 · 2 comments

Comments

@fogx
Copy link

fogx commented Aug 2, 2024

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
image

@epugh
Copy link
Member

epugh commented Sep 20, 2024

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.

@fogx
Copy link
Author

fogx commented Sep 22, 2024

Hey @epugh thanks for the reply!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants