-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Text Search
-
Query Integration
It would be very useful for querying FTS indexes to support regular expressions in the "search" field/parameter.
If you are indexing and querying non-standard/language text content, there are use cases where you would want to know about substrings.
Using the example content below, it would be nice to be able to say:
firstTest18 AND -someText AND /.*Wrong22$/
Example Content
firstTest18 worked well, but there was an exception of type: SomethingThatVariesWrong22
- is duplicated by
-
SERVER-14865 Support for Regex in Text Search second pass
- Closed
- is related to
-
SERVER-10413 mongodb Text Search with wild card
- Backlog