Skip to content

Conversation

@mich-elle-luna
Copy link
Collaborator

  • Modified filter() function to sort visible commands after filtering
  • Commands that start with the search term now appear first
  • Commands that only contain the search term appear after
  • Both groups maintain alphabetical order within their group
  • Improves UX: searching 'set' now shows SET, SETEX, SETNX first
  • Previously all matching commands (RESET, GETSET, etc.) were mixed together

This makes it much easier to find the exact command you're looking for when searching, especially for common commands like SET, GET, etc.

- Modified filter() function to sort visible commands after filtering
- Commands that start with the search term now appear first
- Commands that only contain the search term appear after
- Both groups maintain alphabetical order within their group
- Improves UX: searching 'set' now shows SET, SETEX, SETNX first
- Previously all matching commands (RESET, GETSET, etc.) were mixed together

This makes it much easier to find the exact command you're looking for
when searching, especially for common commands like SET, GET, etc.
@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2025

DOC-5825

@mich-elle-luna mich-elle-luna requested a review from a team October 15, 2025 23:05
Copy link
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely more intuitive. J'approve!

@mich-elle-luna mich-elle-luna merged commit ab29cd9 into main Oct 16, 2025
8 checks passed
@mich-elle-luna mich-elle-luna deleted the DOC-5825 branch October 16, 2025 18:09
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.

3 participants