Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1260

Support fuzzy query in web page

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • None
    • None
    • None

    Description

      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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            zhangqiang2 Qiang Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: