I want my website to have a search bar, my site is created in core PHP.
Some section of my site has static pages and some section have dynamic pages.
My developer says that it is not advisable to build a customised search bar in PHP that can work on the static pages, as it would be too slow, because it would do an in-folder search. As per him cutomised search bar would work best on only dynamic pages, and hence I should implement a Google API.
Why I was not interested in building a Google API search box? Because my developer was not able to customize it design and the standard box was not blending with my site's design.
Any suggestion or advise on how to do either points.
If you save static pages in the Database, work be easier