-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73046/
-----------------------------------------------------------
(Updated Nov. 26, 2020, 6 a.m.)
Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath
Subramanian.
Summary (updated)
-----------------
ATLAS-4055 Basic search doesn't work if the search text has special characters
Bugs: ATLAS-4055
https://issues.apache.org/jira/browse/ATLAS-4055
Repository: atlas
Description
-------
If the search text has a special character (i.e, one of + - & | ! ( ) { } [ ] ^
" ~ * ? : \ /), then we need to enclose the search text in double quotes. This
change is required in addition to the changes provided in ATLAS-3983
Diffs
-----
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 28d2e23c4
Diff: https://reviews.apache.org/r/73046/diff/1/
Testing
-------
- Created entities with all the special characters in the name and qualified
name attribute
- Tried basic search with attributes to search the name and qualified name
- The search result included the appropriate entity that was matching the
search criteria
Thanks,
Jayendra Parab