Actions
Feature #4374
closedAdd support for PCRE regex queries / library (was: Regex fulltext with negative lookahead)
Feature #4374:
Add support for PCRE regex queries / library (was: Regex fulltext with negative lookahead)
Start date:
2017-05-15
Due date:
% Done:
0%
Estimated time:
Description
Hello,
what i wanted is to search for "AAA", but also exclude "BBB".
Without fullext it is working with [^BBB]AAA (thank you mpmc from IRC).
But we discovered this is not working in fulltext.
Can you please fix that?
Thank you, DocMAX.
Files
Actions