Just looking for the best way to handle a search term with more than 1 space.
I seem to get this error if search on a term with more than 1 space.
Lucene.Net.Search.BooleanQuery+TooManyClauses: maxClauseCount is set to 1024
@foreach (var result in Umbraco.Search(searchQuery).Where("DocumentTypeAlias == \"blogPost\"").Where("Visible").OrderBy("postDate desc").Take(10))
Search with spaces
Just looking for the best way to handle a search term with more than 1 space.
I seem to get this error if search on a term with more than 1 space.
Rather than put my solution here, can I point you at some excellent resources first:
is working on a reply...