filtering search using regex

2008-04-11 Thread Abeba Tensai
hi, I have a question ... I need to be able to filter a search using a regex. I cannot used facet as the filtering is pretty complex (but easy to perform using a regex). For instance I have stored in the field ID the value 12G and I want to basically filter out all the results that are > 12 with G

Re: filtering search using regex

2008-04-12 Thread Abeba Tensai
hi mathieu, i cannot split the data in a very meaningful way. My example is a bit misleading. basically, I can have the field FILTER indexed with 12K or 13B-14K and the user might want results that have field FILTER > 13 and K, the first one (12K) won't match because 12 < 13 but the second will (i