It seems like the module does not respect the "No results behavior" in views. I use exposed filter in combination with views load more and a text to display if no results are returned. The no result text are never displayed. Instead, the last result from the filter are displayed.
An example:
Filter a view to display 3 items and then filter it again to something that should return 0 items. Then the view shows the last result (3 items) wich does not match the filter.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_load_more-issue-1459860.patch | 677 bytes | kleve |
Comments
Comment #1
kleve commentedHere is a patch to solve the issue
Comment #2
glynster commentedWhen is this going to be applied to the latest dev version?
Comment #3
ericduran commentedMakes sense to me.
Comment #4
kleve commentedThe patch was made for the stable version but I guess the dev version would work to if there is not any major changes in the code.
Comment #5
kbeck303 commentedI added the patch in #1 to the dev version posted on May 15, 2012.. seems to be loading the 'no results' textfield that I set up.
Comment #6
ericduran commentedSorry for the delay. But this is now fixed.
Also proper git commit credit giving to @kleve
--
http://drupalcode.org/project/views_load_more.git/commitdiff/2f367c5c41e...