Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8-incubating
-
None
Description
1.Created a type with attributes "order", "limit", "offset"
2.Created an entity for the type.
3.Searched
type where order="random"
which threw 500 internal server error with error notification
Discovery query failed type_entity where order ="random"
.
Same exception when searching type with name "limit" and "offset"
type where limit="upper"
type where offset="middle"
Attached the complete exception stack trace .