Using postman, I'm sending queries to the Item Sea...
# suitecommerce
c
Using postman, I'm sending queries to the Item Search Api. There is a particular string combination that fails to pull a result that I know exists. Example:
green s
gets results
green st
gets zero results
green stu
gets same results as
green s
Is there a method to troubleshoot result sets?