Gossamer Forum
Home : Products : DBMan SQL : Discussion :

range searching

Quote Reply
range searching
hi,

is there a way to search for a given range (like a price range >100 and <200).

i do not even see something like this in the 2.0 beta search forms.

btw: are there any language templates already available (german e.g.).

regards,
michael

Quote Reply
Re: range searching In reply to
Hi Michael,
Basicly, you can use field-gt and field-lt for a range search ...eg price-gt ("price" must be greater than a number) and price-lt(less than). Also , you can use ">100" or "<200" directly in field values.
hope that will help
windsor