14 Mar
2004
14 Mar
'04
4:55 p.m.
--On Sonntag, 14. März 2004 17:29 Uhr +0100 Andre Meyer <a.meyer@hccnet.nl> wrote: Using
request = {'year_of_birth_index':{'query':[1000, 1500],
is very much different from using this:
<td><input name="year_of_birth_index.query:record" width=30 value="1000, 1500"></td></tr>
I suggest to put your this query somewhere in a python script and call the script instead of moving to much complicated logic inside the ZPT. -aj