+ 1

How can i create a working Search box?

I wanna create a search box. I created but its not working in html content file. as I am going to search it can't. So i wanna learn how can i create workable search box.

24th Mar 2021, 7:07 AM
ALEEM BAIG
ALEEM BAIG - avatar
2 Answers
+ 2
The_real.baig[Inactive] share the code you've created so far, and if we can we will help to implement the javascript needed ^^ roughly, you should walk into the DOM and find the words that user has inputed... exact search is relatively easy to do, fuzzy search should require much more skills/explanation that we could provide here in few words ^^ also, it might be easy to find (or not) text, but hilighting results and all the more scrolling to each one (as you could do with your browser "search in page" functionality) would be more headache ;P Jason I guess the OP has no dufficulties to create/design it's search box, but rather to implement the functionality ;)
24th Mar 2021, 11:38 AM
visph
visph - avatar