-
Bug
-
Resolution: Done
-
Major
-
12.1.7.Final
-
None
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.
- is cloned by
-
JDG-5220 Ickle fulltext query not working with query parameters
- Closed