Closed (fixed)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2011 at 21:18 UTC
Updated:
25 Oct 2013 at 09:50 UTC
Running into an issue with views integration that might be related to this?
http://drupal.org/node/1217506
If any new properties are added via hook_entity_load, they are indexed and recognized by views (all that works fine), but then, strangely, the pager is no longer rendered with the view. Remove the hook, and it reappears.
Any idea what could be causing this?
Comments
Comment #1
drunken monkeyThis is indeed very strange, and no, I don't have any idea what this could be caused by.
Will have to further look into this when there's time …
Comment #2
circuscowboy commentedI had the same problem. I was using a rendered view with display suite with an embedded view - work great but pager disappeared. Ended up finding this post while searching and it saved the day http://theaccidentalcoder.com/content/where-my-drupal-view-pager
I changed my pager element from 0 to 1 and all was fixed.
Perhaps this will save some one an hour of head banging and searching.
This is old and could probably get closed but I will leave it as needs review just in case jeremdow is still looking for a solution.
Comment #3
minneapolisdan commentedThanks, #2 helped me out.
Comment #4
drunken monkeyGreat, thanks for posting your solution, circuscowboy!