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

Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

    XMLWordPrintableJSON

Details

    Description

      1. classification : tag1 returns all entities associated to tag1

      2. typename : _ALL_ENTITY_TYPES returns all entities under all types.

      3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1

      4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.

      Basic search payload :

      { 
      "excludeDeletedEntities":true,
      "includeSubClassifications":true,
      "includeSubTypes":true,
      "includeClassificationAttributes":true,
      "entityFilters":null,
      "tagFilters":null,
      "attributes":[
      
      ],
      "limit":25,
      "offset":0,
      "typeName":"_ALL_ENTITY_TYPES",
      "classification":"tag1",
      "termName":null
      }
      

      5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result

      Attachments

        Issue Links

          Activity

            People

              pinal Pinal Shah
              pinal Pinal Shah
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: