Skip to content

fix(search): properly handle the result field being false#34

Merged
goapunk merged 1 commit into
mainfrom
fix-result-empty
Mar 25, 2026
Merged

fix(search): properly handle the result field being false#34
goapunk merged 1 commit into
mainfrom
fix-result-empty

Conversation

@goapunk

@goapunk goapunk commented Mar 24, 2026

Copy link
Copy Markdown
Owner

BREAKING CHANGE: the SearchGroup method has been renamed to SearchGroups to be more consistent with the other Search* methods.

Additionally, rewrote the search json parsing to use go generics to simplify the code

fixes #32

BREAKING CHANGE: the SearchGroup method has been renamed to SearchGroups
to be more consistent with the other Search* methods.

Additionally, rewrote the search json parsing to use go generics to simplify
the code

@decentral1se decentral1se left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving fast but LGTM 👏

@goapunk

goapunk commented Mar 25, 2026

Copy link
Copy Markdown
Owner Author

Moving fast but LGTM 👏

let's see if it fixes it for you or if I introduced new issues :D

@goapunk goapunk merged commit 8d0d123 into main Mar 25, 2026
1 check passed
@goapunk goapunk deleted the fix-result-empty branch March 25, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot unmarshal bool into Go struct field SearchResultEvents.result of type map[string]*event.Event

2 participants