Skip to content

Commit

Permalink
TW-2152: Fix full-word search for unencrypted messages isn't performe…
Browse files Browse the repository at this point in the history
…d until you put a space after the word
  • Loading branch information
nqhhdev authored and hoangdat committed Dec 17, 2024
1 parent 80407b8 commit f94befa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/domain/model/search/server_side_search_categories.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ class ServerSideSearchCategories with EquatableMixin {
return Categories(
roomEvents: RoomEventsCriteria(
searchTerm: searchTerm,
groupings: Groupings(
groupBy: [Group(key: GroupKey.roomId)],
),
keys: [KeyKind.contentBody],
orderBy: SearchOrder.recent,
filter: searchFilter,
),
Expand Down

0 comments on commit f94befa

Please sign in to comment.