Mar 06 2024 05:40 AM
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 folder "cat", if I only type "ca" in the bar, then the "cat" folder does not appear in the search results. How could I make it so that, like if I type "c" in the search bar, all folder/files containing or staring with "c" appear in the search results ?
Thanks.
Mar 06 2024 05:46 AM
@Antoine71 Try using * wild character like:
ca*
Check:
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.
Mar 06 2024 06:04 AM
Mar 06 2024 06:17 AM
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.
Mar 07 2024 11:33 AM
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-synt...
Best, Dave