Skip to content

Commit 426d762

Browse files
Update query-filter.md
1 parent 712bec7 commit 426d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/query-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ using (var ctx = new EntityContext())
361361

362362
#### Context Filter
363363

364-
Since the QueryCacheManager is global, our library have some limitation with Filter by context (Global Filter doesn't have this issue since it apply the same logic to all query.)
364+
Since the QueryCacheManager is global, our library have some limitations with Filter by context (Global Filter doesn't have this issue since it apply the same logic to all query.)
365365

366366
- LazyLoading only work with GlobalFilter
367367
- context.Set only work with GlobalFilter (You can use the method SetFiltered instead)

0 commit comments

Comments
 (0)