Closed (works as designed)
Project:
Views Infinite Scroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2011 at 15:20 UTC
Updated:
21 Apr 2012 at 23:09 UTC
Hi guys,
IIRC you took over the endless_page module, but either way - do you think it's possible/easy to adapt parts of Views Infinite Scroll to work with the Drupal search results page? I've been looking around Google and there is literally _nothing_ on this, no one seems to even have mentioned this ever.. which is so hard to believe since Infinite Scroll is cool and everyone who has a Drupal site has the search results page pretty much..
So I'm wondering if there is a reason you decided to concentrate on Views alone; if you think you might adapt the module to work on other pages, such as search results; and how hard do you reckon the task is?
Cheers
Comments
Comment #1
hansrossel commentedFor search you could also just use a pure javascript method like described in http://drupal.org/node/1473558
Comment #2
Remon commented@hansrossel, thanks for your help :)
@arski, unfortunately that's out of the scope of VIS. This module provides a pager plugin for views. Please take a look at a general solution such as the one mentioned (and created :P) by hansrossel.
P.S I didn't take over endless_page module ;)