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

Elastic search shortcomings #147

Open
Emmanuel-Develops opened this issue Oct 21, 2024 · 0 comments · May be fixed by #148 or #149
Open

Elastic search shortcomings #147

Emmanuel-Develops opened this issue Oct 21, 2024 · 0 comments · May be fixed by #148 or #149

Comments

@Emmanuel-Develops
Copy link
Collaborator

Here a couple of issues we've noticed with Elastic Search query results on bitcoin search:

  • Unnecessary pagination as a result of what is considered as a valid response or similar enough for a query. For example:
    https://bitcoinsearch.xyz/?search=Adaptor+signatures has 6329 results and 254 pages. At page 21 there is no actual "adaptor signature" in the results.
Screenshot 2024-10-21 at 9 29 21 PM Screenshot 2024-10-21 at 9 44 51 PM

A key take away is the limitations of keyword search, ways we can mitigate common pitfalls or combining with a semantic search

cc: @elraphty

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