Closed sarahsporck closed 1 year ago
The Request builder first sets the search category and then the search query. This leads to this error. https://github.com/matomo-org/matomo-java-tracker/blob/1fdf79e44c104cfb3325a393abaf59e09dbc17ae/src/main/java/org/matomo/java/tracking/MatomoRequestBuilder.java#L586-L591
@sarahsporck Can you create a Pull Request to fix this?
@sarahsporck Thank you for your contribution, the newly released version 2.1 includes this fix and should arrive at Maven Central soon.
The Request builder first sets the search category and then the search query. This leads to this error. https://github.com/matomo-org/matomo-java-tracker/blob/1fdf79e44c104cfb3325a393abaf59e09dbc17ae/src/main/java/org/matomo/java/tracking/MatomoRequestBuilder.java#L586-L591