Hello Lourens,

> Is it possible/easy to change the minimum number of characters (now 4)  
> bif:contains requires to do full text search.

Yes, you can find function wp_wildcard_range in file text.c , some about
line 2268 depending on version you're using, and tweak
the value in the condition
      if (leading < 4)
        return RANGE_ERROR;

It can be as small as 1, if needed, so "k*" may be used as a valid
input.

Best Regards

Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com



Reply via email to