OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

add feature and hidden listings logic #571

Closed sparrowDom closed 5 years ago

sparrowDom commented 5 years ago

Checklist:

Description:

Reads hidden/featured listings from gist file and considers them when returning search results from elasticsearch. Hidden listings are omitted from results, featured listings are returned at the top of the search results and marked as featured. Query and filters still apply to featured listings, they are just always sorted at the top.

Important:

Solves issue: https://github.com/OriginProtocol/origin-dapp/issues/594 Connected Pull Request:https://github.com/OriginProtocol/origin-dapp/pull/617

micahalcorn commented 5 years ago

Closing in accordance with https://github.com/OriginProtocol/origin/pull/617 🚪