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

Can we priortize results to push first appears over top #94

Open
Zaky7 opened this issue Nov 27, 2021 · 1 comment
Open

Can we priortize results to push first appears over top #94

Zaky7 opened this issue Nov 27, 2021 · 1 comment

Comments

@Zaky7
Copy link

Zaky7 commented Nov 27, 2021

hi, I am using this library for a small set of data that has 10k records. But for some strings, I am getting results in the wrong order.

for list of choices query: "Visa"

choices = ["grupo televisa s.a.", "is", "sa", "visa inc.", "via"]

// result
('grupo televisa s.a.', 90), ('is', 90), ('sa', 90), ('visa inc.', 90)
``

I want the Visa string to appear in the first place. how can I achieve that?
@Zaky7
Copy link
Author

Zaky7 commented Nov 27, 2021

@xdrop any comment on this

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

No branches or pull requests

1 participant