REGEX character search broken

jda jda at his.com
Fri Apr 22 08:35:54 CDT 2005


Hi Ruslan,

I use REGEX to search for character strings in my db (fields are 
indexedbyword). This is broken in 2.0.3. The following search worked 
before:

select id,hit from thereferences where (keywords REGEX '(?i)*') order by id

I think it fails because now REGEX uses indexes. Can we get the old 
behavior back? Speed is not important if you can't do the search.

Jon


More information about the Valentina-beta mailing list