Merge branch 'develop' into feature/#290
This commit is contained in:
@@ -220,10 +220,11 @@ namespace CampusAppWPortalLib8.Model.GeoDb
|
||||
infoVal = infoVal.ToLower();
|
||||
}
|
||||
|
||||
if (infoVal.Contains(queryString))
|
||||
if (infoVal.Equals(queryString) || (infoVal.Replace(" ",string.Empty).Equals(queryString)))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user