Hi All: How can I use one input field to search both PrincipiaSearchSource and title? I'm only doing PrincipiaSearchSource and would like to add title. Thanks, Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Todd Loomis SAIC - DMSO Support 1901 N. Beauregard Street, Suite 500 Alexandria, VA 22311 Office: 703.824.3407 Fax: 703.379.3778 tloomis@dmso.mil
On Wed, Dec 05, 2001 at 02:27:54PM -0500, Todd Loomis wrote:
How can I use one input field to search both PrincipiaSearchSource and title? I'm only doing PrincipiaSearchSource and would like to add title.
<dtml-in "catalog(PrincipiaSearchSource=text_search) + catalog(title=text_search">... (text_search is the name of the field). Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
Todd Loomis