Issue #SCB2416
Andrey Larionov <[email protected]>
| Newsgroups | gmane.comp.java.scarab.issues |
|---|---|
| Message-ID | <[email protected]> |
Activity report on *Defect SCB2416 - Illegal regular expression for stripping special chars in search and wrong relative date alghoritm* Scarab Link: http://www.solitone.org/scarab/issues/id/SCB2416 Module: Scarab Activity generated by Andrey Larionov ([email protected]) at 10/25/2007 10:33 *Comments* - By Andrey Larionov - 10/25/2007 10:33 --- "[^\w]+ - Strips out non latin characters. [^p{Alphabetic}]+ - will more correct. But i think we whould allow user to use wildcard like __requ*__ because if user input __req__ words "request" and "requirements" will be ignored."