Merge pull request #140 from herbertsg/BUG-9180
BUG 9180 can't search string without fieldname
This commit is contained in:
@@ -728,7 +728,7 @@ class AppSolr
|
|||||||
$searchText = strstr ($tok, ":");
|
$searchText = strstr ($tok, ":");
|
||||||
|
|
||||||
// verify if there's a field definition
|
// verify if there's a field definition
|
||||||
if ($fieldName === false) {
|
if ($fieldName === false || $fieldName == "") {
|
||||||
// it's not a field
|
// it's not a field
|
||||||
// the token is not a field
|
// the token is not a field
|
||||||
// add it completelly
|
// add it completelly
|
||||||
|
|||||||
Reference in New Issue
Block a user