I made an OpenSearch endpoint on my website, which allow SharePoint (2013) to make requests and get results from my database.
I created a custom Search Origin in SharePoint (2013) like so:
After setting this source as the default one, I tried a simple search: "test"
But the request parameter received seems to be altered as all I get in the q parameter is ((test AND) AND)
.
My question is: Why, even if I haven't configure any request transformation, am I not getting exactly what I've typed in?
I tried using {searchBoxQuery} but then I don't get anything. I've looked over forums but everyone wants to do transformation, which I'm not.