I'm building a client that exposes the FeedBin search API, and I'm looking for a way to implement an arbitrary search (eg. a query the user only intends to use once).
I don't see a way to search the Entries endpoint. Would the correct way to implement this feature be to create a saved search, then immediately delete it after loading the results?
I'm building a client that exposes the FeedBin search API, and I'm looking for a way to implement an arbitrary search (eg. a query the user only intends to use once). I don't see a way to search the Entries endpoint. Would the correct way to implement this feature be to create a saved search, then immediately delete it after loading the results?