SearchView URL results and its source code

Hello all,

  1. Is that all possible to not make the first column in the serach results(generated by the SearchView URL command)http “hot” link. I just want text returned by my query.

Here’s the url command query:

http://server/testnab.nsf/ViewName/?searchview&query=UserShortName

The query will be built by an automatic grab(external system) of the users home mail server.

  1. Is that all possible to eliminate the Domino generated code in the searchview result page?

Please let me know if any of these possible.

Thanks a lot in advance,

Al

Subject: SearchView URL results and its source code

  1. Add a hidden column to your view and select “Show values in this column as links”.

  2. Not sure what you mean but you can embed your search view in a blank page.

Subject: RE: SearchView URL results and its source code

Thanks…

  1. Also, I would like to remove(not hide) the black and gray search squares(indicates the frequency the search occurred)

  2. Remove the unnecessary code(including the javascript) which you can see when you do “View Source” from internet explorer.

Subject: RE: SearchView URL results and its source code

  1. Try returning the search results in a different order (e.g., date ascending).

  2. In the database properties box, deselect Use JavaScript when generating pages. Caution: this removes Domino-generated js from everywhere in your database and may cause it to fail!