Description
None of the following searches are working:
<<FullSearch("RenatoSilva -")>> <<FullSearch(regex:"RenatoSilva \-")>>
Discussion
- is an operator. Sense?
RenatoSilva - Inside the string? It should not.
Regular expressions don't have such thing as "quoted string". For a explanation of the regular expression syntax, see http://docs.python.org/library/re.html#regular-expression-syntax
RenatoSilva - How about the non-regex search then? Besides, the quotes are not for Python, but for Moin: you are telling Moin the string forms one single term, rather than separate ones connected with the and operator. See HelpOnSearching.
Plan
- Priority:
- Assigned to:
- Status: