Forum Discussion
pavan575
Oct 10, 2023Copper Contributor
Two word keyword search is not working in SharePoint online Search
Dear Experts, I have a list called "Variants" and there are 172 items in that. There is a column called "Variant Name" which we use to store variant name. Where as "Title" is used to store the Va...
DaveMehr365
Oct 19, 2023MVP
Hello pavan575
i have created a list and i can search by every keyword in the column "Variant name".
You can also restrict the query to search only elements with the exact match. I have mapped the site column to a RefinableString, your query can look like this:
{SearchBoxQuery} RefinableString21:{SearchTerms}
Hope this helps.
Best, Dave
- pavan575Oct 30, 2023Copper Contributor
DaveMehr365 I have been already using that. The following is my QueryText
{searchTerms}* Path:https://<sitecollectionurl>/sites/UAT-varientrepository/Lists/Variants (contentclass:STS_ListItem OR IsDocument:True) RefinableString00=Published XRANK(cb=5000) RefinableString08:{searchTerms}*
Is there any other way?