Title: Querying Comparison Describe the issue: The table on 7.1 states that "Keyword Queries" are supported on "Remote Client-Server Mode/DSL Query Remote Queries" which is not true. Suggestions for improvement: Change from "Yes" to "No" Additional information: Keyword queries means querying for a field containing a term (keyword) like we can do with lucene in library mode. But this was never supported in remote queries as there is no way to search for objects containing a concrete term in a field. We can search using "like", but this is not a keyword query. This is so dangerous because this is a high value functionality which appears in the documentation but is not supported by the product.
Actually, the middle column called "Library Mode/DSL Query" should have "NO" as well. This is not supported in Infinispan Query DSL regardless of library or client-server mode.
This section has been corrected and published to the customer portal. A link to this section is below: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.6/html-single/Infinispan_Query_Guide/index.html#Querying_Comparison