-
Notifications
You must be signed in to change notification settings - Fork 98
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
How can I highligth the matched part of the text? #32
Comments
This is on by default now. |
Hi @bevacqua , is there some upgrade tutorial? |
Horsey still returns an object. Please check out the demo & updated docs. |
I see, a lot of things changed. be -> Bevacqua over be -> bevacqua, since my query on database is insensitive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to type
quan
and it returns "bevacqua" on the text a choose, like, on keyname
oremail
.May we, in some way, receive the
q
item here: https://github.com/bevacqua/horsey/blob/master/horsey.js#L150So a can use
replace(q, '<b></b>')
, What do you think?My hack:
If you think all question with some kind of answer is good, I can try to implement a pull request.
The text was updated successfully, but these errors were encountered: