When required oik-requests will automatically store the information about the saved queries in the _oik_rq_queries post_meta field.
The _oik_rq_queries field is a shortcode containing textarea, which will be displayed as an ajaxified paginatable field.
The format of the data that's stored data needs to support this processing.
Proposed solution
[ ] Change from formatting the output using [bw_csv] wrapped around all the queries
to using a shortcode such as [bw_sql] for each query.
[ ] Use [bw_navi field=_oik_rq_queries posts_per_page=.] to display the field with pagination enabled.
When required oik-requests will automatically store the information about the saved queries in the
_oik_rq_queries
post_meta field. The_oik_rq_queries
field is a shortcode containing textarea, which will be displayed as an ajaxified paginatable field. The format of the data that's stored data needs to support this processing.Proposed solution
[bw_csv]
wrapped around all the queries to using a shortcode such as[bw_sql]
for each query.