[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Coordinated Searching
I want to use coordinated searching in one of my projects. The
first mv_searchspec is a select-box with values read from
my products.asc file. The second one is a simple text search.
Here's the way it works: Show me all items from category
XY (chosen from the select-box) with a name like YX (from the
text input).
But I want it the following to be able: Schow me all items
with a name like YX in ALL categorys. I need a value for
the select-box that is always true. I tried '' and '*' but
both didn't work. The Operator is "eq". Can anyone help ?
(running MVend 3.12 / SUSE Linux 6.0)