[
https://issues.apache.org/jira/browse/ATLAS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988413#comment-15988413
]
Keval Bhatt commented on ATLAS-1750:
------------------------------------
[[email protected]] I found one issue in search attribute api i.e if I
search for *Column* entity it wont return data because Column entity don't have
qualifiedName and from UI side we send attrName = 'qualifiedName'.
{code}
http://localhost:21000/api/atlas/v2/search/attribute?attrName=qualifiedName&attrValuePrefix=time_id&typeName=Column&limit=10&offset=0
{code}
So to fix this issue I tried with *attrName = 'name'* and it worked for Column
entity but there are few entity which don't have name property as well example
*StorageDesc* so for StorageDesc I need to pass attrName = 'id' and it worked
Let me know if this can be handled from server side or do you require
queryParam in API from UI.
@CC [~madhan.neethiraj]
> Typeahead Search Implemented on create entity.
> ----------------------------------------------
>
> Key: ATLAS-1750
> URL: https://issues.apache.org/jira/browse/ATLAS-1750
> Project: Atlas
> Issue Type: Improvement
> Reporter: Keval Bhatt
> Assignee: Keval Bhatt
> Attachments: ATLAS-1750.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)