Keyword Search Problem
There is a document "SharePoint Introduction.docx" in a library, when I input "Share" or "Point", it can't be searched, but input "SharePoint" that I can find the document in search results.

2 comments
-
Stephen commented
That's not how search works. In the case above you should enter Share* to match any word beginning with 'Share'. You can only use a wildcard at the end of a word so you could not match the 'Point' without spelling out the entire word.
-
Orly Wang commented
And if a document like "3CNABCD5001.docx" in a library, when I input "3CNAB" it can't be searched, but input "3CNABCD" that I can find the document in search results.