Closed
Bug 1693569
Opened 5 years ago
Closed 5 years ago
Search do not have same regex than quickfilter
Categories
(Thunderbird :: Search, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 752844
People
(Reporter: siriusocteam, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
Steps to reproduce:
Example:
Subject contain #0020468
Then we search part of this text.
Actual results:
With Quickfilter:
#0020468 = > match ok
0020468 = > match ok
20468 = > match ok
With search:
#0020468 = > match ok
0020468 = > match ok
20468 = > No result
Expected results:
The regex of the general search does not look the same as that of the quick filter.
It should react and match the same results as the QuickFilter
Comment 1•5 years ago
|
||
quick filter searches strings, and thus substrings.
regular search finds tokens, full strings, and not substrings. for that you would need regex capability (bug 213567) or stemming accommodation bug 752844
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•