[
https://issues.apache.org/jira/browse/ATLAS-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908273#comment-16908273
]
ASF subversion and git services commented on ATLAS-3374:
--------------------------------------------------------
Commit 3ec5bca679cadd2ffb7c884c26c414d1aacc23a6 in atlas's branch
refs/heads/branch-2.0 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3ec5bca ]
ATLAS-3374: fix for incorrect basic/quick search results
(cherry picked from commit 4b7b1a998085303a98cde198476679f5b27b0917)
> Basic search with query doesn't return correct results
> ------------------------------------------------------
>
> Key: ATLAS-3374
> URL: https://issues.apache.org/jira/browse/ATLAS-3374
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.1.0
> Reporter: Sharmadha Sainath
> Assignee: Madhan Neethiraj
> Priority: Major
> Fix For: 2.1.0
>
> Attachments: ATLAS-3374.patch
>
>
> Basic search with query param doesn't give correct results. When given a
> typename and query , returns all entities of a typename. When given a query
> only, though there is an entity with exact name matching the query , no
> results are returned.
> # query-only: query=hdfs_path_1 => no result; should have returned entity
> with name=hdfs_path_1
> # query+typeName: query= hdfs_path_1&typeName=hdfs_path => returns all
> hdfs_path entities; should have returned only one entity with
> name=hdfs_path_1
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)