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

Limit set to 0 while executing saved query hence no results are fetched.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Invalid
    • 1.0.0
    • None
    • atlas-core
    • None

    Description

      Fired REST call to execute a saved query using its name :

      http://localhost:21000/api/atlas/v2/search/saved/execute/basic_search1
      

      Following was the response :

      {  
         guid:"153e89bb-eabb-4cc6-9cda-07c7ed084bac",
         ownerName:"admin",
         name:"basic_search1",
         searchType:"BASIC",
         searchParameters:{  
            query:"default",
            typeName:"Asset",
            classification:"tag3",
            excludeDeletedEntities:true,
            limit:0,
            offset:0
         }
      }
      

      limit is set to 0 hence no entities are fetched though the query has many resulting entities.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: