Bug #19483
Unable to search for literal .
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/25/2018
Due date:
% Done:
0%
Estimated time:
Description
I attempted to search for 1.4 and the . was interpreted as RegExp and found all characters between 1 and 4. I attempted to escape the . with the string 1\.4 and the search told me I must escape backslashes. 1\\.4 does not return what I want.
History
#1 Updated by Beau Harrison almost 3 years ago
Beau Harrison wrote:
I attempted to search for 1.4 and the . was interpreted as RegExp and found all characters between 1 and 4. I attempted to escape the . with the string 1\.4 and the search told me I must escape backslashes. 1\\.4 does not return what I want.
Here's an example where this: https://www-bd.fnal.gov/Elog/?orEntryId=134336&searchString=1%5C%5C.5
should return this: https://www-bd.fnal.gov/Elog/?orEntryId=134336
but nothing is returned.