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

Search using entity and trait attributes - Using wildcard search in filters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0.0
    • 1.0.0
    • atlas-core
    • None

    Description

      1. Created 2 hive tables hive_table_a and hive_table_b
      2. Searched for :

      type name = hive_table and query = /hive_table_[ab]/ .
      

      The above query fetched correct results ,i.e both hive_table_a and hive_table_b.
      3.Cleared search. Searched type name = hive_table and added filters :

      1. The following fetched both hive_table_a and hive_table_b which is correct

                name = /hive_table_[ab]/
                

      2. The following filters fetched all hive tables in my Atlas instance

                name beginsWith /hive_table_[ab]/
                name contains  /hive_table_[ab]/
                

      3. The following threw 500 Internal Server error. Attached the exception stack trace.

                name endsWith /hive_table_[ab]/ 
                

      4. No results were found on applying the following filter .(filed as part of ATLAS-1917)

                name != /hive_table_[ab]/  
                

      Attachments

        1. RegExSearchError.txt
          26 kB
          Sharmadha S

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sharmadhas Sharmadha S
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: