Loading CHANGELOG.txt +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 Loading tests/src/Unit/Processor/IgnoreCharacterTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -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', '[\'¿¡!?,:;]|\.(?= |$)'], ]; } Loading Loading
CHANGELOG.txt +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 Loading
tests/src/Unit/Processor/IgnoreCharacterTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -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', '[\'¿¡!?,:;]|\.(?= |$)'], ]; } Loading