CottageLabs / facetview2

a pure javascript frontend for ElasticSearch search indices.
MIT License
79 stars 31 forks source link

Changing search text does not reset pages #6

Closed Steven-Eardley closed 9 years ago

Steven-Eardley commented 9 years ago

Noticed on DOAJ.

Search for something, hit the right arrow for a new page of results, type something new in the text field, the new results appear at the same page number. This can be beyond the set of new results, e.g. "41-3 of 3".

Steven-Eardley commented 9 years ago

I can see the code that's supposed to do this: options.from = 0; when search text changed - not sure why this isn't working.