HI again, i dont know if i should open new topic.
i have almost migrated from 5.11 to 6. But i have a minor problem yet.
The searching with letters not working for me.
final SearchPredicateFactory pf;
pf.match().field(“fieldName”).matching(“string”).toPredicate();
it works only with UPPERCASE letter. eq. TABLE and not table.
i am using the annotation @GenericField(sortable = Sortable.YES) for this field.
And since you also needs sorts, and that’s not possible for full-text fields, you will need two fields: one for full-text search and one for sorts. So, something like: