return the words count to calculate the ranking.

This commit is contained in:
Ben
2024-06-04 21:57:50 +08:00
parent d9d917e267
commit e1cdc7b387
4 changed files with 48 additions and 64 deletions

View File

@ -20,7 +20,7 @@ namespace Oqtane.Shared
{
if (!string.IsNullOrWhiteSpace(keyword.Trim()))
{
keywordsList.Add(keyword.Trim());
keywordsList.Add(keyword.Trim().ToLower());
}
}
}