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

Enhancement Request: Order Search Results by Search Key Letter Order #19

Open
pacifiquem opened this issue Oct 1, 2023 · 3 comments
Open
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed must be in next release

Comments

@pacifiquem
Copy link
Collaborator

By now we're returning all objects with search key letters but we don't care about the order of the objects we return.
We have to order them by the one with search key letters in order first.

@pacifiquem pacifiquem added enhancement New feature or request help wanted Extra attention is needed labels Oct 1, 2023
@pacifiquem pacifiquem pinned this issue Oct 8, 2023
@regisrex regisrex unpinned this issue Oct 9, 2023
@regisrex
Copy link
Owner

How about adding another function that checks it before passing the value to the object parser ?
@pacifiquem

@regisrex
Copy link
Owner

How about adding another function that checks it before passing the value to the object parser ? @pacifiquem

It can even reduce complexity,
we can:

  • First compare word by word, then
  • letter by letter as we're implementing the search right now

@pacifiquem
Copy link
Collaborator Author

Sure it might help @regisrex, let's go for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed must be in next release
Projects
None yet
Development

No branches or pull requests

2 participants