Forum Moderators: coopster
What I want is a search box for users to type in what they want to search for. For example for the word "agriculture", then a list of pages contain that word will be available. I understand how search engines work, they have robots that index webpages and save them into a database. Does that mean I also need a database to save all my pages, but then what about the indexing part?
If have even fewer pages and not that many searches (~ up to 20), you don't even need a database. You can just open each file and look for the query user has requested.