Hello all,
- 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.
- 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
-
Add a hidden column to your view and select “Show values in this column as links”.
-
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…
-
Also, I would like to remove(not hide) the black and gray search squares(indicates the frequency the search occurred)
-
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
-
Try returning the search results in a different order (e.g., date ascending).
-
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!