We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293aae5 commit 7a46fbdCopy full SHA for 7a46fbd
1 file changed
QueryKit/FilterParser.cs
@@ -12,7 +12,7 @@ namespace QueryKit;
12
13
public static class FilterParser
14
{
15
- internal static Expression<Func<T, bool>> ParseFilter<T>(string input, IQueryKitConfiguration? config = null)
+ public static Expression<Func<T, bool>> ParseFilter<T>(string input, IQueryKitConfiguration? config = null)
16
17
input = config?.ReplaceLogicalAliases(input) ?? input;
18
input = config?.ReplaceComparisonAliases(input) ?? input;
0 commit comments