API search not using filters parameter #51

Open
opened 2026-04-05 16:16:17 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @reubenromandy on 1/26/2026

The search controller does not pass a filters object to the search service, and requires keywords to perform a search.
But the documentation says you can pass a filters object. My use case for the API is to get all email sent or received by a customer between a set of dates, without any keywords.

I would like the filters object to be used in conjunction with the keywords, or by itself, if keywords is not passed in

*Originally created by @reubenromandy on 1/26/2026* The search controller does not pass a filters object to the search service, and requires keywords to perform a search. But the documentation says you can pass a filters object. My use case for the API is to get all email sent or received by a customer between a set of dates, without any keywords. I would like the filters object to be used in conjunction with the keywords, or by itself, if keywords is not passed in
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#51