return the words count to calculate the ranking.
This commit is contained in:
@ -20,7 +20,7 @@ namespace Oqtane.Shared
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(keyword.Trim()))
|
||||
{
|
||||
keywordsList.Add(keyword.Trim());
|
||||
keywordsList.Add(keyword.Trim().ToLower());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user