-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.3 GA
-
None
-
False
-
False
-
-
-
-
-
-
CR1
I have an Ickle fulltext query on analyzed field and it doesn't handle query parameters.
QueryFactory queryFactory = Search.getQueryFactory(remoteCache); private final Map<String, String> parameters; parameters.put("clientId0", "test") queryString = "FROM org.keycloak.models.map.storage.hotrod.HotRodClientEntity c WHERE (c.clientId : :clientId0)"; Query<V> query = queryFactory.create(queryString); query.setParameters(parameters); ....
No result is found in the remote cache.
- clones
-
ISPN-13499 Ickle fulltext query not working with query parameters
- Closed