Daniyar's Tech blog
A nice way to document IT ideas!
Search This Blog
Wednesday, July 4, 2012
Autocomplete search in MOSS 2010
http://weblogs.asp.net/jan/archive/2009/07/02/sharepoint-search-as-you-type-with-jquery.aspx
to query People change scope to "People" and modify the query string to add "*"
from: <QueryText language='en-US' type='STRING' >SCOPE:\"" + quickSearchConfig.scope + "\"" + query + "</QueryText> \ to: <QueryText language='en-US' type='STRING' >SCOPE:\"" + quickSearchConfig.scope + "\"" + query + "*"+ "</QueryText> \
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment