Hi quick run down. My content consists of an accomodation type which is built with cck, I want to build a search engine where various attributes for example "has wifi", or "near the beach" can be selected and the results displayed. Ideally I'd like to implement this so I can have a single static pane with the search paramaters, an ajax update which then drops the matching node teasers into the lower results pane.
So far I've used panels2 to build a view from php based on the code here http://awebfactory.com.ar/node/320
Could someone give me some advice on where to for example put the php ajax function, in the panels code or should I build a seperate module. Or am I completely barking up the wrong tree.
Any ideas?