Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Improve Search Results #2042

Closed
micahalcorn opened this issue Apr 15, 2019 · 4 comments
Closed

Improve Search Results #2042

micahalcorn opened this issue Apr 15, 2019 · 4 comments
Assignees
Labels
dapp enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed javascript P3 Users are not significantly affected, minor cosmetic issue search ui/ux

Comments

@micahalcorn
Copy link
Member

Our listings search feature does not produce the most helpful results. For example, a search for "Origin Event Shirt" reveals 265 listings, and the exactly matching "Origin Event Shirt" is the 12th result. I don't know whether the 11 results ahead of it are promoted for some other reason, or we're just not sorting results based their degree of match. Additionally, there are some extremely fuzzy matches that arguably should not be returned or should be buried.

@micahalcorn micahalcorn added enhancement New feature or request help wanted Extra attention is needed ui/ux good first issue Good for newcomers javascript dapp search P3 Users are not significantly affected, minor cosmetic issue labels Apr 15, 2019
@DanielVF
Copy link
Collaborator

It should be easy to make this a bit better.

https://www.elastic.co/guide/en/elasticsearch/guide/current/proximity-matching.html

I'll update the query tonight or tomorrow.

@DanielVF DanielVF self-assigned this Apr 17, 2019
@DanielVF
Copy link
Collaborator

PR pushed that makes a search for "Origin Event Shirt" return just that listing.

@DanielVF
Copy link
Collaborator

DanielVF commented Apr 19, 2019

"Origin Event Shirt" now only shows one listing:

image

In the longer term, some more possibilities are:

  • Not show sold listings by default in DAPP search results.
  • Reprioritize cheap items (say less than 50 cents worth)
  • Inactive older items rank slightly lower after X time with no events.

@micahalcorn
Copy link
Member Author

Thanks @DanielVF! 💙

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dapp enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed javascript P3 Users are not significantly affected, minor cosmetic issue search ui/ux
Projects
None yet
Development

No branches or pull requests

2 participants