Jump to content

Aamir Mughal

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Aamir Mughal

  1. Okay, so i figured it out, basically there was need to set the "Start" in the PageArray and that was missing in this module. I have added the following code $pages->setStart($from); right after the $pages->setLimit($size); at line # 372 in ElasticSearch.module file, and this fixed my issue.
  2. Hi Jonathan, No doubts, its a good module, as I was looking for something same. But I am facing an issue with pagination while using the results from ElasticSearch module. It always highlights the First Page on Pagination, otherwise records are displaying perfectly right as those should be. For example, if I go to Page 3, using the pagination, Search Results are appearing for Page 3 but "Page 1" is still highlighted on pagination. This is how I have rendered the pager. echo $search_results->renderPager(); Any help in this regard will be much appreciated. Thanks.
×
×
  • Create New...