AI OnAI Off
Hi Ger, I've been here before and the limitation is at the database level (stored procedure [netKeywordSearch]) and persisted through the API.
I guess there are a couple of other options available.
1. Run multiple searches and merge the results - calculating the and sorting the rankings could be a pain.
2. Use FindPagesWithCriteria if you are searching only certain properties.
3. Look at using the new EPiServer Find (former truffler) or the Full Text Search Service.
Hi there,
Is it possible to configure the searchdatasource so that it supports more than 10 searchwords?
Currently i'm getting this exception:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> EPiServer.Core.EPiServerException: A maximum of 10 words allowed in query
at EPiServer.Core.Html.TextSearchParameters.Parse(String searchKeywords)
at EPiServer.Core.Html.TextSearchParameters..ctor(String searchKeywords, Boolean searchOnlyWholeWord)
at EPiServer.Web.WebControls.SearchDataSource.Select(DataSourceSelectArguments arguments)