You can search based on these custom values in the search engine. To search on the custom value, indexing of documents with custom value must be done into the search engine.
The Custom value is an optional parameter (query) that can be passed in the API request of Parse and Index, Simple Search, and Boolean Search.
The following sections describe how to search documents into the search engine with custom values:
Custom Value parameter in Parse and Index
"customValue":
{
"customField1" : "Value 1",
"customField2" : ["Value 2"],
"customField3" : [{"docField1" : "doc field value 1", "docField2" : ["value 1", "value 2"]}]
}
Custom Value parameter in Simple Search
"customValue":
{
"customField1" : "Value 1",
"customField2" : ["Value 2"],
"customField3" : [{"docField1" : "doc field value 1", "docField2" : ["value 1", "value 2"]}]
}
Custom Value parameter in Boolean Search
"customValue":
{
"customField1" : "Value 1",
"customField2" : ["Value 2"],
"customField3" : [{"docField1" : "doc field value 1", "docField2" : ["value 1", "value 2"]}]
}
If you have any questions, you can always contact RChilli support at support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.