-
Notifications
You must be signed in to change notification settings - Fork 144
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
Most Viewed/Visited sorts in the wrong direction #46
Comments
Top Position and Lowest Position sorts in the wrong direction, too. |
@goaround Just checked, and both works fine. Since the lower the position, the better it is, Top position sort displays the lowest ranks first. |
Yes, but in the tracker view its the opposite. They both should sort under the same idea. |
Just checked, the Console View actually has the buggy behavior. Will fix in next release. |
@goaround Thanks for that. Not sure how I missed it.. |
If you sort the keywords in the Tracking tab, Most Viewed/Visited is sorts
asc
but should bedesc
See:
serpbear/components/keywords/KeywordFilter.tsx
Line 85 in 457f553
The text was updated successfully, but these errors were encountered: