You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2016/11/02 08:04:58 UTC

[jira] [Commented] (ATLAS-1260) Support fuzzy query in web page

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

Qiang Zhang commented on ATLAS-1260:
------------------------------------

repeat    reference https://issues.apache.org/jira/browse/ATLAS-1261

> Support fuzzy query in web page
> -------------------------------
>
>                 Key: ATLAS-1260
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1260
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: Qiang Zhang
>
> use SEARCH in web page, find that our search policy cannot support fuzzy query.
> eg:  Stored data to three tables, such as login_dept1, login_dept2, login_dept3. 
> There are three scenarios: 
> 1. When  SEARCH condition is "login_dept", can't display any result.
> 2. When SEARCH condition is "login_dept*", can display  three tables information ( login_dept1, login_dept2, login_dept3 ).
> 3. When  SEARCH condition is "login__dept1", can display one table information (login_dept1).
> It would be convenient for users to provide fuzzy query by default, because ordinary users may not be aware of using fuzzy query by wildcard character(*).  meanwhile it may consumption query speed.
> We can have a discussion that whether it is necessary to add wildcard character(*) in our default SEARCH condition automatically?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)