Closed iced-queen closed 3 months ago
With the search() function:
search()
const results = await BooruSite.search(tags, { limit: 2, random: true });
When tags is an array with only one string, it works, but when I provide more than one string in that array, it always return no results, even when those results actually do exist on the site(s).
tags
So, I actually have no idea how I didn't notice this, but this issue was caused by something on my end. I apologise!
With the
search()
function:When
tags
is an array with only one string, it works, but when I provide more than one string in that array, it always return no results, even when those results actually do exist on the site(s).