I need to limit the search results returned by a full-text search based on an offset and limit. That means, the first query would return the first 10 results (offset=0, limit=10) and a second query would return the next 10 results (offset=10, limit=1...