angular-filter
angular-filter copied to clipboard
Compound filters
Is there any way to use latinize and filterBy all together? I guess there would be other cases to allow this too.
+1 for this. I'd like to use latinize and fuzzyBy.
Can you please provide some example @alex-sherwin ? Thanks.
@a8m Im my case, I have an array of objects, each of those object containing a string with some non-latin characters. I'd like to make something like: my_arrays | latinize | fuzzyBy : strprop : test. That way, all string in strprop would be latinized before matched by the fuzzyBy filter.
Make sense. I'll try to add it to v0.5.5, But of course you can feel free to PR. Thx.