‎2019 Sep 20 4:52 PM - edited ‎2024 Feb 04 6:22 AM
Hi All,
In 1905 version, Whenever I type a wrong flexible query in HAC->Flexiblesearch section then we are getting empty "Search Result" tab without any error messages where as in 6.7 version we are getting error message in "Search Result Tab".
Query : select * fro {Product}
1905 version
Log : ERROR [hybrisHTTP30] [FlexibleSearch] Flexible search error occured...
ERROR [hybrisHTTP30] [FlexibleSearch] Query translation was not successful.
ERROR [hybrisHTTP30] [ConnectionImpl] transaction of unbinding connection 18(-) has not been ended - will rollback automatically
Sep 20, 2019 9:15:45 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [springmvc] in context with path [/hac] threw exception [Request processing failed; nested exception is de.hybris.platform.servicelayer.search.exceptions.FlexibleSearchException: Missing FROM clause in 'select * fro {Product}'] with root cause
de.hybris.platform.jalo.flexiblesearch.FlexibleSearchException: Missing FROM clause in 'select * fro {Product}'[HY-0]
at de.hybris.platform.persistence.flexiblesearch.ParsedQuery.splitQuerySections(ParsedQuery.java:703)

6.7 version
ERROR [hybrisHTTP23] [FlexibleSearch] Flexible search error occured...
ERROR [hybrisHTTP23] [FlexibleSearch] Query translation was not successful.
ERROR [hybrisHTTP23] [ConnectionImpl] transaction of unbinding connection 611(-) has not been ended - will rollback automatically

I am getting few extra console errors in 1905 version as compared to 6.7.
Is this a bug in 1905 version ? Can anyone please help me on this issue.
Thanks.
Request clarification before answering.
the problem is the query
Missing FROM clause in 'select * fro {Product}'] with root causetry with
select * from {Product}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Supposedly fixed in 2011 via
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any update on this? still experiencing the same issue on 2005
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any fix for this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have same issue ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.