on 2023 Mar 16 12:05 PM
Hello All,
I'm trying to build a filter query which has a wild card, but unable to generate in java. Ex: fq=common_plants_string_mv:000040371-250-0000*5500
How can I add a "*" in the text of the filter query. Below is something which I tried but didn't work.
final QueryField vsCommonPlantsQuery = new QueryField("common_plants", Operator.OR, QueryOperator.CONTAINS, (text + "*" + salesOrg));
Any suggestion will be helpful. Thanks!
Request clarification before answering.
User | Count |
---|---|
18 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.