Thanks Vaghawan. "$set" and "$unset" are used to set/unset item properties right? Since these are not like the other events, these items would still be returned unless I manually find all the things blocked and filter from list to get my result set. But, if I send "blocked" as a regular event, PIO automatically filters out items that were blocked by the user.
On Thu, Jul 27, 2017 at 10:59 AM, Vaghawan Ojha <[email protected]> wrote: > Hi Mattz, > > You could just use $set, $unset to achieve this. When user wish to unblock > the item, just send in another request in the event server to update the > event. This would solve your problem from as much as I know from using pio > eventserver. > > you could find the examples here. https://predictionio. > incubator.apache.org/datacollection/eventmodel/ > > Thanks > Vaghawan > > On Thu, Jul 27, 2017 at 11:09 AM, Mattz <[email protected]> wrote: > >> Hello, >> >> I have a use case where I am sending a "blocked" event for a user for a >> particular item. When this happens, PIO eliminates this item from the >> result set. But, the user can choose to "unblock" this item at a later >> time. I am wondering how to handle this. Should I somehow delete the event >> from the even server? If yes, how? Is there any other way to solve this? >> >> Thanks! >> > >
