I am creating a Knowledge Base web for my company on a non-internet connected network. I am not a web developer at all so I am using basic css/html code to build the web pages. I have created the necessary pages, Home, Software Issues, Network Issues, and Create Page.
The create page has a form in which anyone of our SysAdmins can deposit a problem/solution and submit it to the Knowledge Base.
I am looking for some kind of code that would allow me to place a search engine on the web pages so a SysAdmin can type in a problem and search within our Knowledge Base to locate the issue (in the event it has happened before and submitted).
This Knowledge Base also offers additional help such as how-to pages. EX: How to create an account in Windows.
The search engine would search through all pages in the Knowledge Base directory for keywords. Seems simple to me. Is this possible?
Try FullProof a javascript search engine library for the browser
From their website:
Features:
Configurable and very easely extensible parsing and token normalization system
Screenshot
(source: github.com)
Note
This gives you all you want, but you need to keep updating the DB each time you put content in your KB.