Bamboo.Prevalence.Indexing.Tests.FullTextSearchTests.TestInvalidSearchExpression C# (CSharp) Method

TestInvalidSearchExpression() private method

private TestInvalidSearchExpression ( ) : void
return void
		public void TestInvalidSearchExpression()
		{
			// this search is invalid because
			// the default filter should only let
			// pass tokens longer
			// than 2 characters
			_index.Search(new FullTextSearchExpression("de"));
		}