Const
Tiltify silently rejects hitsPerPage > 100 on the api.tiltify.com search host (returns totalHits: 0, hits: [] with no error status — same wire shape as "index empty"). Callers must paginate to reach the full TILTIFY_MAX_TOTAL_HITS window.
hitsPerPage > 100
api.tiltify.com
totalHits: 0, hits: []
Tiltify silently rejects
hitsPerPage > 100on theapi.tiltify.comsearch host (returnstotalHits: 0, hits: []with no error status — same wire shape as "index empty"). Callers must paginate to reach the full TILTIFY_MAX_TOTAL_HITS window.