[
https://issues.apache.org/jira/browse/ATLAS-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406909#comment-15406909
]
Madhan Neethiraj commented on ATLAS-1088:
-----------------------------------------
Replace the following with the line given below, so that perfTrace will get a
chance to execute:
{code}
return searchUsingFullText(query, limit, offset);
{code}
With:
{code}
response = searchUsingFullText(query, limit, offset);
{code}
+1
> Fix /search api to default to fulltext on dsl failure
> -----------------------------------------------------
>
> Key: ATLAS-1088
> URL: https://issues.apache.org/jira/browse/ATLAS-1088
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 0.8-incubating
> Reporter: Suma Shivaprasad
> Assignee: Suma Shivaprasad
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1088.1.patch, ATLAS-1088.patch
>
>
> This was working earlier and regressed during a previous commit
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)