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.

CommentFileSizeAuthor
#1 views_load_more-issue-1459860.patch677 byteskleve

Comments

kleve’s picture

StatusFileSize
new677 bytes

Here is a patch to solve the issue

glynster’s picture

When is this going to be applied to the latest dev version?

ericduran’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Active » Reviewed & tested by the community

Makes sense to me.

kleve’s picture

The 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.

kbeck303’s picture

I 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.

ericduran’s picture

Status: Reviewed & tested by the community » Fixed

Sorry 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...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.