Hi,
I would like a search module which can search specified folder(s) in my Dhtmlx application for Html or Xml documents. It should work like Google Custom search but with these better features:
- Search only my specified folders.
- No advertisments.
- Include Advanced search form similar to here:
google.com/advanced_search?q=google+search - Read metatag or class information from Html and Xml files, so I can tag my files. For example I make a tag like “class=bibliography” and then user can searhc only in bibliography part of each Xml page, instead of in whole page.
- Option to use a Grid in the search results, so the Grid headers are the tags I choose. Like this beta product from google: googlecustomsearch.blogspot.com/ … adata.html
- Ability to highlight the search term in the results. ** Ability to highlight the search term after clicking on a result link, which is on the next page.
Later, I will want to make a form which allows admin to enter data into form, to save metatagged Xml to my search folders.
Thanks!