Tagged Questions
1
vote
1answer
94 views
Malformed search query
I'm trying to perform search on a single list using FullTextSqlQuery.
I found example here, but given this query:
"SELECT Title,ContentType,Path FROM portal..scope() WHERE freetext('" + query + "') ...
1
vote
0answers
293 views
Increase KeywordQuery QueryText max length in SP 2010
I am using SharePoint Server 2010. I faced some difficulties with the Core Search Results Web Part. The issue was that my query length was to be about 2500 characters. This long query served to filter ...