forked from splittingred/SimpleSearch
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For a "View More Results" button I am trying to run SimpleSearch through an Ajax request. It works fine however it always just returns the first 10 results.
I am wondering if there is a way to easily insert an offset option to be able to return results 11-20, 21-30 etc.
Currently there is just an 'offsetIndex' option which just sets the query string in the URL to a given word. I tried incrementing that using JavaScript but it did not have any effect on the back end when the Ajax request was run.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels