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

Add tokens sorting by market cap and fiat value; Add priority to sear… #7970

Merged
merged 3 commits into from
Jul 19, 2023

Conversation

nikitosing
Copy link
Member

@nikitosing nikitosing commented Jul 19, 2023

…ch results

Motivation

#7971

Changelog

  • Add tokens sorting by market cap and fiat value etc. Now ordering is:
              desc: items.priority,
              desc_nulls_last: items.circulating_market_cap,
              desc_nulls_last: items.exchange_rate,
              desc_nulls_last: items.holder_count,
              asc: items.name,
              desc: items.inserted_at
  • Add priority to search results
  • Add circulating_market_cap to token search result

Checklist for your Pull Request (PR)

@nikitosing nikitosing mentioned this pull request Jul 19, 2023
6 tasks
@vbaranov vbaranov merged commit ffe9ba3 into master Jul 19, 2023
15 checks passed
@vbaranov vbaranov deleted the np-improve-search-2 branch July 19, 2023 15:06
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

Successfully merging this pull request may close these issues.

None yet

3 participants