Whats the default search query(FreeText or Contains) for sharepoint? -


i think based on search keyword call query.

contians:"sharepoint" freetext:"sharepoint configuration" wildcard: "shar*"

contains:when will go contains search?

freetext:when move freetext search. how identify call freetext query.

wildcard search:how idenfify include wild card.

the web front end uses keyword search. use sharepointsearchservice tool information on using webservice.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -