I have a View of nodes of a custom content type. In that View, I have a number of exposed filters. I've created a column in the View that allows the user to 'flag' one of the items in the View for future comparison. The View with the exposed filters works fine and the View updates with each change to the filter.

However, once a user "flags" one of the rows in the View, changes made in a exposed filter no longer will update the View. In looking into this, it appears that when a flag is set, the URI is updated with the criteria from the exposed filter. After a flag is set, if the user goes and changes a filter setting, the URI is not updated with the new filter setting so the view does not update.

I have noticed that this does not happen if I view a specific node and flag the node. I can return to the view and have the flag still set and it does not interfere with changes to the filter settings.

This is problematic because I'm using the initial view to provide a 'laundry list' of available products. I want to have the user be able to flag several of the products so that I can show them in a comparison or 'detailed' view on a subsequent View. Hopefully, this can get resolved so that this really great module can be used for this use case.