Hi friends,
I'm quite new in FF, but I am working on this app with complex feature, and I tried to look for help read all forums but could not find solution for my case.
Background:
- Homepage has add post section, search posts section, and Feed/Activity tab bar (event collection)
- Inside Feed tab bar there is conditional with 2 lists:
a) default feed list - when page state "searchInputActive" is no + filtering only Events collection where Event type is "UserGeneratedCustomEvent"
b) search results feed - when page state "searchInputActive" is yes + FILTER ISSUE 1 (see bellow)
- Inside Activity tab bar there is conditional with 2 lists
a) default activity list - when page state "searchInputActive" is no + filtering only Events collection where Event type is "NewPlayer", "New tournament", "New venue"
b) search results activity list - when page state "searchInputActive" is yes + FILTER ISSUE 2 (see bellow)
- Search input updates page state "searchInputActive" to yes and search events by 4 atributes
Challenge:
- When there is no search, both FeedTab and ActivityTab are ok
- When searchInput is on, both FeedTab and ActivityTab are showing same results. I need to implement filters but it's impossible now for some reason. This is FILTER ISSUE 1 and FILTER ISSUE 2, same issue basically.
Question:
- How can I filter SimpleSearch results that are in list that is GeneratingChildrenFromVariable? I tried with choosing - FilterListItems, then ItemsInList, then i GetDocumentProperty, but issue is that I can not select eventType as you see below, from the property list. EventType is enum with 4 choices, and I wont to do filter 1 based on 1 choice, and filter 2 based on other 3 choices.
I hope it was clear, if you need any more photos, info or video even I can record.
Thank you for help!