There is a way to filter scenes for multiple performers with “Any of” option inside another performer page ?
I want to filter scenes inside “Model C” page that have “Model A” or “Model B” listed with C
For example i made this filter
scenes?c=(“type”:“performers”,“modifier”:“INCLUDES”,“value”:(“items”:%5B(“id”:“7369”,“label”:“Model%20A”),(“id”:“7370”,“label”:“Model%20B”)%5D,“excluded”:%5B%5D))&sortby=updated_at&sortdir=desc
It works under Scenes or a Studio/Group but it fails inside a performer page.
Also while testing noticed that inside another performer page if i select or deselect “Any of” results are the same i would get without the “Any of” argument
scenes?c=(“type”:“performers”,“modifier”:“INCLUDES_ALL”,“value”:(“items”:%5B(“id”:“7369”,“label”:“Model%20A”),(“id”:“7370”,“label”:“Model%20B”)%5D,“excluded”:%5B%5D))&sortby=updated_at&sortdir=desc
and if i select “Only” it discards performers filtered and shows all the scenes of the page im in, same scenes as
scenes?sortby=updated_at&sortdir=desc