Hello, We are trying to perform a query on searchResults page, with multiple ntt search terms.
Summary:
Hello, We are trying to perform a query on searchResults page, with multiple ntt search terms and the expected return should be all matching results for each term combined.
Content (please ensure you mask any confidential information):
Hello,
We are trying to perform a query on searchResults page, with multiple ntt search terms and the expected return should be all matching results for each term combined.
Example query: https://www.esfera.com.vc/searchresults?Ntt=mixer|liquidificador&type=search
In the example, when returning products that have "mixer OR liquidificador" in the name, we expect to return all products that have "liquidificador" in the name, combined with all products that have "mixer" in the name, not only products that have both terms, it should be something as "liquidificador OR mixer". Is there a way to perform such a query?