How to Search Entire website?

Hi everybody,

I create a website using HTML generated from Dreamweaver, put it in a form and pass it tru HTML. I have view too…

The problem is…How can I search contents in my HTML code. I tried to use SearchSite but only returns how many document has been found…

FYI, i want the search to be able to search contents in my view too.

This is my code:

“[/”+DBName+“/” + “?SearchSite&Query=”+QuotedQuery+“&SearchOrder=”+@Text(SearchOrder)+“&SearchMax=”+@Text(SearchMax)+“&SearchWV=”+@If(SearchWV=0;“FALSE”;“TRUE”) + “&SearchFuzzy=”+@If(SearchFuzzy=0;“FALSE”;“TRUE”) + “&Start=1” + “&Count=” + @Text(Count)+ “&SearchEntry=”+ SearchEntry + “]”

Subject: How to Search Entire website??

Text on forms cannot be searched, you need tohave the code in fields in documents to search it.

Maybe it is easier for you to bind a different

search engine which uses http to index the site.

Subject: RE: How to Search Entire website??

Thank you mic…emmmm…sounds like life become more complex…huh?

"bind a different

search engine which uses http to index the site"

Can u give me teh search engine example then i can use?

But, is the Search Engine able to search my view content too??

Subject: RE: How to Search Entire website??

There are lots of search engines on the marketand I cannot recommend one because I didn’t test them.

Some links

This kind of search engine behaves like google, it crawles all reachable pages

of your site and creates an index.

Subject: How to Search Entire website??

“I tried to use SearchSite but only returns how many document has been found.”

Huh? Search Site searches return a page of document hits, not just a number of hits. Explain more, please.

Subject: RE: How to Search Entire website??

Bruce, this is the example…Let say I key in the word pima in my $$Search Form

I have created $$SearchDefaultTemplate

BUT when I use SearchSite URL command…the page return this(I donno where this page come’s from)…Mini to say, the SearchSite works but the probem is the result page.

search results for “pixma”

2 documents found

However…this search work fine in view level…BUT I want to search contents in my Form too which is in HTML code paste on Domino Form…

Do u think this search is possible?

Subject: RE: How to Search Entire website??

No, as Mic posted, you can only search field values (and, if the db itself is FT indexed, also computed columns in views), not static text in your form, and certainly not a browser’s interpretation of raw HTML on a form. If the raw HTML was in a field stored in a document, then you could search for the raw HTML, but that might not match up against the rendered HTML.