26 May
2003
26 May
'03
1:03 p.m.
It's a question of someone that did not read the available documentation carefully...
I read it very carefully, but don't seem to be the ideal target group ;-) My problem is, that I see this example in the query: title == ’spam’ or PrincipiaSearchSource == ’spam’ I would now replace the word 'spam' with a word, entered in a search form. I tried: <dtml-in expr="Catalog.query(title == &dtml-word or PrincipiaSearchSource == &dtml-word)"> which doesn't work (same for some variants of the above). Do you believe me now, that I am a newbie?