RexEx in Methods

Justin Drury justin at crunch-recording.com
Thu Apr 3 09:47:36 CDT 2008


I should add that my search index method actually concats a bunch of string fields together...

method=concat(fielda,' ',fieldb,' ',fieldc,' ')

Its a "FullText" index (to use MySQL terminology)

Some users do want to search for string_test (as they know exactly what they want), so *IDEALLY* i'd like to be able to do something like...(so I can have both options)

method=concat(fielda,' ',fieldb,' ',fieldc,' ',fielda regexreplace '[_*.@!#$],' ')

or I just do the
method=concat(fielda,' ',fieldb,' ',fieldc,' ',replace(replace(fieldA,'_',' '),'.',' '))




More information about the Valentina mailing list