You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Le Ma (Jira)" <ji...@apache.org> on 2019/10/15 21:09:00 UTC

[jira] [Created] (ATLAS-3467) Regression : Tag filters (begins_with , ends_with , contains) and space fetches incorrect results

Le Ma created ATLAS-3467:
----------------------------

             Summary: Regression : Tag filters (begins_with , ends_with , contains) and space fetches incorrect results
                 Key: ATLAS-3467
                 URL: https://issues.apache.org/jira/browse/ATLAS-3467
             Project: Atlas
          Issue Type: Bug
            Reporter: Le Ma
            Assignee: Le Ma


1. Create a tag `tag1` with attribute `attr1`.

2. Associate `tag1` to an entity with value `value1` for `attr1`

3. Fire basic search for tag1 with filters:

"attr1" contains "new comment"

 

Entity is returned , though "value1" is not related to "new comment" at all.

 

Happens with contains/begins_with/ends_with filters and not with =/!=

Happens with filters with space (ex : new comment and not with newcomment or new_comment)

Happens only with tag filters and not with entity filters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)