You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: