Skip to content

Bugfix: Search on string with dot was not possible#14

Merged
shellfly merged 1 commit into
rest-go:mainfrom
matthiaz:patch-1
Oct 17, 2025
Merged

Bugfix: Search on string with dot was not possible#14
shellfly merged 1 commit into
rest-go:mainfrom
matthiaz:patch-1

Conversation

@matthiaz

Copy link
Copy Markdown
Contributor

This adds the ability to search on a term that contains a dot.

If you want to filter on something that contains a dot . the search term used to just be skipped. ie: ?level=eq.myspecial.thing.that.contains.dots

But after this change it will filter on myspecial.thing.that.contains.dots

This adds the ability to search on a term that contains a dot.

If you want to filter on something that contains a dot `.` the search term used to just be skipped.
ie: `?level=eq.myspecial.thing.that.contains.dots`

But after this change it will filter on `myspecial.thing.that.contains.dots`
@shellfly shellfly merged commit 3118835 into rest-go:main Oct 17, 2025
1 of 2 checks passed
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.

2 participants