Hello again guys.

I am using the <iterate> tags that gives me dynamic queries, in this way:

<iterate prepend ="AND" property = "myproperty" open ="(" close =")" conjunction ="OR">
...
<iterate>


My question is that if i can dynamically alter the name of the conjunction parameter, since i
am doing a search of some words, and i want to search:
1) any of the words (OR)
2) all of the words (AND)


So if i can do this, i can use the same query statement instead of copy & pasting the same
one just to change OR for AND.


I have been able to use nested properties, like a <isGreaterThan> inside a <isEmpty>, but
since the conjunction is a parameter of <iterate> the tag isn't closed, therefore i get the expected error.


Is there any other way rather than making the extra queries?

--
Francisco Javier Le�n Arosemena
X Semestre de Lic. en Computaci�n
Maracaibo, Edo. Zulia, Venezuela

Reply via email to