You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is it possible maybe in another version of sieve to add search based on fields whitch we already set to be filtered?
Instaed of sending 10 fields to be sorted (filed1,field2,...field10) @= something to send some univerzal verb to filter through all fields whitch are set up to be filtered ?
For example my model looks like:
[Sieve(CanFilter = true, CanSort = true)]
public string Place { get; set; } = string.Empty;
I want to be filtered firstname, lastname, and place by default all what is set up by sieve in data ano...
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is it possible maybe in another version of sieve to add search based on fields whitch we already set to be filtered?
Instaed of sending 10 fields to be sorted (filed1,field2,...field10) @= something to send some univerzal verb to filter through all fields whitch are set up to be filtered ?
For example my model looks like:
[Sieve(CanFilter = true, CanSort = true)]
public string FirstName { get; set; } = string.Empty;
[Sieve(CanFilter = true, CanSort = true)]
public string LastName { get; set; } = string.Empty;
[Sieve(CanFilter = true, CanSort = true)]
public string Place { get; set; } = string.Empty;
I want to be filtered firstname, lastname, and place by default all what is set up by sieve in data ano...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions