I realise I may not be posting in the correct place, so I'll apologise up-front for that. Just not sure where else to get some direction.

I'm using the views module with about 10 exposed filters on a views-fusion view (the exposed filters are on the child view), and I'd like to be able to allow my users to save their filters, and more than one configuration, so they can recall them later and re-execute the search. I've tried the "views_savedsearches" module, but it seems to not do anything. Nothing happens when I click the "Save this search" button (unless I leave the "Name" field blank, in which case the validation code does seem to be kicking in, as I get the appropriate error message), and nothing gets saved in the database.

Is there some other way I can do this about which any one knows?

Thanks in advance, Shawn

Comments

catch’s picture

Project: Views (for Drupal 7) » Views Saved Searches
Version: 5.x-1.6 » 5.x-1.x-dev
wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

Try normal views, i.e. views that are not altered/created (not sure which one it is) by Views Fusion.

sdsheridan’s picture

Problem is I need this on a views_fusion view... :(

catch’s picture

sdsheridan: can you try it anyway to make sure it's definitely views_fusion that's the issue?

sdsheridan’s picture

I did try it and it seems to work on a normal (non-views-fusion) view.

wim leers’s picture

Title: How can I save filters? » Views Fusion support
Component: Miscellaneous » Code
Category: support » feature
Priority: Normal » Minor

Voila, there you go. Views Fusion is a hack, so you can't expect me to support it. If you want support for it, feel free to submit a patch that does so.

wim leers’s picture

Status: Postponed (maintainer needs more info) » Postponed
sdsheridan’s picture

Status: Postponed » Closed (fixed)

Interesting thing. I wound up deactivating the cck_address modules i had but wasn't using, and this started working with views_fusion views. I'm marking it closed, as it now seems to be working for me, and clearly there was something odd going on with a bad interaction with CCK.

wim leers’s picture

That's *very* odd. And I'm pleasantly surprised that it works with Views Fusion, too.