fix searchterm parsing (#5501)
This commit is contained in:
@@ -27,6 +27,8 @@ class SearchTermPartTest extends TestCase
|
||||
['bar', 'bar', null, false],
|
||||
['hello:world', 'world', 'hello', false],
|
||||
['hello:!world', 'world', 'hello', true],
|
||||
['url:https://www.example.com', 'https://www.example.com', 'url', false],
|
||||
['url:!https://www.example.com:8080/test.html', 'https://www.example.com:8080/test.html', 'url', true],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user