near / near-discovery-components

This is a repository that holds the source code of all NEAR discovery components that the team maintains for near.org.
https://near.org
MIT License
14 stars 12 forks source link

feat: add nearcatalog records to improve search ux #819

Closed shelegdmitriy closed 3 months ago

shelegdmitriy commented 3 months ago

This PR introduces changes for Algoria search. replica_prod_near-social-feed includes two indexes:

loom video

Closes https://github.com/near/docs/issues/1941

charleslavon commented 3 months ago

@shelegdmitriy I recommend renaming test-near-catalog-index to mainnet-near-catalog-index

shelegdmitriy commented 3 months ago

@charleslavon will do. So, next steps:

  1. Configure rules to show nearcatalog proposals at the top (tune it a bit);
  2. Rename test-near-catalog-index to mainnet-near-catalog-index
shelegdmitriy commented 3 months ago

Thinking about an improvements according to comments under the loom video, I realized we don't really need a separate tab Near Catalog. As a result, my latest commit makes nearcatalog records to be look like a "app". This should not confuse users. I can record another loom video with demo if it's needed

cc @charleslavon @thisisjoshford @s-n-park

charleslavon commented 3 months ago

@shelegdmitriy Nice work. Let's merge and test it out!

charleslavon commented 3 months ago

Is the index test-near-catalog-index_query_suggestions no longer needed?

shelegdmitriy commented 3 months ago

I'll clean that up in a couple of minutes