mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[ SEARCH-2090 ] Cross-locale behaviour ripristined
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ public class QParserPluginIT extends AbstractQParserPluginIT implements QueryCon
|
||||
assertAQuery("TEXT:\"over the lazy\"", 1);
|
||||
|
||||
//With no shared.properties this falls back to 5.0 cross locale support
|
||||
assertAQuery("TEXT:\"over a lazy\"", 0);
|
||||
assertAQuery("TEXT:\"over a lazy\"", 1);
|
||||
|
||||
String contentFieldName = escape(PROP_CONTENT);
|
||||
assertAQuery("@" + contentFieldName + ":\"fox\"", 1);
|
||||
|
||||
Reference in New Issue
Block a user