OCC - Search with multiple search terms
Summary:
Hello.
We need to know how to perform a search with more than one search term.
Example: Search for "SKU85840|SKU85829" and return both products as a result.
Currently, if we search for "SKU85840" or "SKU85829" individually it brings up the corresponding products, but if we search for "SKU85840|SKU85829" it does not bring up any results.
We are using the pipe character ("|") because in this Endeca documentation: https://docs.oracle.com/cd/E29584_01/webhelp/mdex_basicDev/src/rbdv_urlparams_ntt.html
You can see that it says: "Sets the terms of the record search for a navigation query. Each term is delimited by a plus sign (+). Each set of terms is delimited by a pipe (|)."