Commit a7e96e22 authored by Thomas Seidl's avatar Thomas Seidl
Browse files

Issue #3359908 by drunken monkey: Added another test case for the "Ignore characters" processor.

parent a834e7b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Search API 1.x, dev (xxxx-xx-xx):
---------------------------------
- #3359908 by drunken monkey: Added another test case for the "Ignore
  characters" processor.
- #3345999 by smokris, drunken monkey, ressa: Added support for phrase searching
  to the database backend.
- #3347901 by drunken monkey: Added possibility for dates to be used in number
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ class IgnoreCharacterTest extends UnitTestCase {
      [['abcde', 'abcdef'], ['ace', 'ace'], '[bdf]'],
      ["ab.c'de", "a.'de", '[b-c]'],
      ['foo 13$%& (bar)[93]', 'foo $%& (bar)[]', '\d'],
      ["foo.com n'd bar. baz.gv. bla.net.", 'foo.com nd bar baz.gv bla.net', '[\'¿¡!?,:;]|\.(?= |$)'],
    ];
  }