• Hey. I have a membersite, where members have access to a big libary of videos. These videos has headlines and I want to insert a search bar functioning like command + f on Mac. So they just type in a word and it finds the headlines with that text.

Viewing 1 replies (of 1 total)
  • To search the content that is already in the page, you could use javascript, since each browser would have different capabilities that are not consistent.

    To search the videos only, regardless of what is on the page, you would need some PHP for the search (or the JS does a REST API call), and you would need to decide if you want to reload the page or somehow show the results with what is already on the page.

Viewing 1 replies (of 1 total)

The topic ‘Search bar like command + F’ is closed to new replies.