You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal Shah (Jira)" <ji...@apache.org> on 2021/09/16 08:38:00 UTC

[jira] [Updated] (ATLAS-4422) Quick Search: Provide sorting

     [ https://issues.apache.org/jira/browse/ATLAS-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinal Shah updated ATLAS-4422:
------------------------------
    Labels: quicksearch  (was: )

> Quick Search: Provide sorting
> -----------------------------
>
>                 Key: ATLAS-4422
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4422
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>            Reporter: Pinal Shah
>            Assignee: Pinal Shah
>            Priority: Major
>              Labels: quicksearch
>
> *Improvement:* This will add a sorting functionality in quick search API and get the result list in Sorted manner.
> *Note:* Result will be sorted only when 'typeName' has a valid entity type name as a value.
> *Example:* 
> {code:java}
> { "query":"sales", 
> "typeName":"Asset",
> "sortBy":"__typeName",
> "sortOrder":"ASCENDING" }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)