[
https://issues.apache.org/jira/browse/ATLAS-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarath Subramanian updated ATLAS-4112:
--------------------------------------
Fix Version/s: 2.2.0
3.0.0
> Basic Search : Incorrect results when searching with value having special
> char and contains/beginsWith/endsWith operator
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-4112
> URL: https://issues.apache.org/jira/browse/ATLAS-4112
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.1.0
> Reporter: Pinal
> Assignee: Pinal
> Priority: Major
> Labels: BasicSearch
> Fix For: 3.0.0, 2.2.0
>
>
> *Problem:* While searching with wildcard search i.e contains, beginsWith,
> endsWith operator, which has special characters in search attribute value
> gives incorrect results
> *Example:* While searching qualifiedName beginsWith
> "default.datagen_table_sensitive_725_1."
> *Solution:* Remove quotes and wildcard '*' from query
> *Steps to reproduce:*
> 1. Create a hive_table with name ends with a digit:
> datagen_table_sensitive_725_1
> 2. Search By Type: hive_columns and select attribute filter: qualifiedName as
> "default.datagen_table_sensitive_725__1." shows no Records found_ but if
> qualifiedName is changed to "default.datagen_table_sensitive_725_1" _it shows
> results with qualifiedName of column
> "default.datagen_table_sensitive_725___1.col1@cm"_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)