Each searcher
gives you access to the query property via searcher.indexQueryState.query
. For example, if you want to modify the hitsPerPage
parameter:
Swift
searcher.indexQueryState.query.hitsPerPage = 30
Each searcher
gives you access to the query property via searcher.indexQueryState.query
. For example, if you want to modify the hitsPerPage
parameter:
Swift
searcher.indexQueryState.query.hitsPerPage = 30
Comments
0 comments
Article is closed for comments.