
Hi Community!
Have you figured how to use a metafilter with multiple choices in the query string? I am using the entitylist component and the entityview metafilter: params.mf.
The idea is to get something like: ?mf=2=guid1&guid2
Using Fiddler I saw that the OOO list is filtering with this structure: metaFilter=0=&2=%7guid17D&2=%7Bguid27D
However, if I try to use that structure in the url is not working, it's getting the set of results associated to guid1 and not the combination of them.
Any ideas?
Thanks!