Forum Discussion
Antoine71
Mar 06, 2024Copper Contributor
Return query in search results V4
Hello everyone, I'm new to SharePoint and I have a question. I have V4 search bar connected to a V4 search results, when i search for the name of a file/folder in the search bar, for example the...
Antoine71
Mar 06, 2024Copper Contributor
It works! I added in the query model : {inputQueryText}* and it find everything . Thanks you ! I have another question. If my file is named for example : "parameters motor variations", when i type " para varia" in the search bar, it doesnt find anything. Is there a way to get results based on "keyword" ?
ganeshsanap
Mar 06, 2024MVP
I don't think you will be able to search with "incomplete" works to match with file names.
DaveMehr365 can confirm it.
Also, check: Search box Web Part
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- DaveMehr365Mar 07, 2024MVP
Hello ganeshsanap
i confirm it, it's not possible with incomplete terms.
Antoine71 here are more about wildcard search https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference?WT.mc_id=DX-MVP-5004845#using-words-in-the-free-text-kql-query
Best, Dave