[
https://issues.apache.org/jira/browse/ATLAS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173267#comment-15173267
]
Hemanth Yamijala commented on ATLAS-500:
----------------------------------------
Few comments:
* With this patch, the behavior of clicking on a Trait has changed. The intent
of the Trait behavior is to actually fetch all those entities which have this
trait associated. However, with the patch, the query that is fired depends on
what type of search is in context right now. So, if it is full-text, a full
text search is fired with the string and the results returned are obviously
different. The best way to see this is to run QuickStart and select Fact by
keeping the search type as full text. Then switching to DSL will show the
difference.
* Switching from Full text to DSL with a full text string in the search box
gives an exception which is shown on the UI results page. This is not a very
nice UI experience. (Will attach an image file for this)
* Now that we have different search types, the UI hint in the search box can be
enhanced to show different hints for a full text search and DSL search? This is
a minor point, and I am OK either way. (Currently, this shows 'Search: Table,
DB, Column' for all cases)
* Should the status message of the search results show what type of search was
performed? Currently it shows 'n' Results matching your search query 'string'
were found for both cases. Maybe something like 'n' results found matching your
(DSL / full text) query were found
> UI: Search Default
> ------------------
>
> Key: ATLAS-500
> URL: https://issues.apache.org/jira/browse/ATLAS-500
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 0.7-incubating
> Reporter: Erik Bergenholtz
> Assignee: Sanjay Patel
> Fix For: 0.7-incubating
>
> Attachments: ATLAS-500-v0.patch
>
>
> The UI should provide a means of selecting the type of search performed. The
> UI should not default to a fulltext search unless explicitly directed by the
> user. This can be confusing to the user.
> If the DSL search does no result in any 'hits', it should so indicate.
> The search bar should provide a means by which the user can specify what type
> of search to perform. One of:
> - DSL
> - FreeText
> (Gremlin should not be offered as an option through the UI)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)