I have a web application that I want to run offline, in an IPad. All is fine, but I would like a search facility, to search through the various pages on content.
There are plenty of on line search capabilities, especially using Ajax, but I want something that runs offline.
I have seen various people discuss snippets of code that show how searching might work, but I need something that is packages up as follows.
- A small search text field.
- When used, a list located pages is listed, each as a link
- You can click on each link to take you to the page concerned.
Even an un-finished product would give me a better starting point than where I'm at right now.
Thanks in advance, Greg Ambrose