You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Prasad P. Pawar (Jira)" <ji...@apache.org> on 2021/04/08 06:51:00 UTC

[jira] [Commented] (ATLAS-4238) Quick Search: handle special characters to get correct results

    [ https://issues.apache.org/jira/browse/ATLAS-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17316900#comment-17316900 ] 

Prasad P. Pawar commented on ATLAS-4238:
----------------------------------------

Hi,
From UI end, we are not handling any special characters check, also not appending any "*" with the quick search string. This change is present in the uploaded 0001-ATLAS-4238-UI-Quick-Search-handle-special-characters.patch file.

> Quick Search: handle special characters to get correct results
> --------------------------------------------------------------
>
>                 Key: ATLAS-4238
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4238
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.1.0, 3.0.0
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>              Labels: quicksearch
>         Attachments: 0001-ATLAS-4238-UI-Quick-Search-handle-special-characters.patch
>
>
> During freetext/quick search,
> wildcard '*' is appended after the search string from UI.
> But if attribute search value has "+-&|!(){}[]^"~?:"  special characters, then '*' will not be appended to get the correct result.
> ('*' is removed because for TEXT type attribute tokenize the value on special characters)
> We need to handle all the special characters which tokenize the string



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