commit
b5fbb52ce3
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ public class SearchCoreFactory {
|
|||
if (p.hasObjectType(ObjectType.POI_TYPE)) {
|
||||
return -1;
|
||||
}
|
||||
if (p.getUnknownSearchWordLength() > 3 || p.getRadiusLevel() > 1) {
|
||||
if (p.getUnknownSearchWordLength() >= 3 || p.getRadiusLevel() > 1) {
|
||||
return SEARCH_AMENITY_BY_NAME_API_PRIORITY_IF_3_CHAR;
|
||||
}
|
||||
return -1;
|
||||
|
|
Loading…
Reference in a new issue