View Issue Details

IDProjectCategoryView StatusLast Update
0005525mantisbtfeaturepublic2012-02-05 19:00
ReporterLXS Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.0.0a2 
Summary0005525: Regex-based search filter.
Description

A nice feature would be a regex-based search filter.
It seems that MySQL supports it ( 4.1 at least ), and that would allow us to build more sophisticated filters.

Id est, if we want a bug list per ids, then "SELECT * FROM mantis_bug_table WHEREe id REGEXP ('14[0-9]');" could be great :)

TagsNo tags attached.

Relationships

related to 0004843 closedjreese feature request: improving fulltext search 

Activities

grangeway

grangeway

2012-02-05 19:00

reporter   ~0031155

Note: If we were to implement something like this, due to supporting other databases, there's a good chance we couldn't do it at the database side - therefore I wonder if it's even feasible to implement...