WebCenter Sites REST API Search not working as expected.
I am missing a configuration somewhere and I just can't seem to find a reference in the documentation.
Here is the problem:
When I use the REST API to access assets via search the "equals" operation works fine, but the contains does not
For example:
http://localhost:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images&field:RecipeTitle:contains=BreadPudding
Returns no results
http://aplab19177:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images&field:RecipeTitle:equals=BreadPudding
Returns the Recipe I need.
The RecipeTitle does = "BreadPudding"
Here is the problem:
When I use the REST API to access assets via search the "equals" operation works fine, but the contains does not
For example:
http://localhost:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images&field:RecipeTitle:contains=BreadPudding
Returns no results
http://aplab19177:8080/cs/REST/sites/All In Good Foods/types/Recipe_A/search?fields=RecipeInstructions,RecipeTitle,Images&field:RecipeTitle:equals=BreadPudding
Returns the Recipe I need.
The RecipeTitle does = "BreadPudding"
0