Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object/search: Support numeric queries #2733

Merged
merged 2 commits into from
Feb 29, 2024

cli/object: Support numeric queries in `search` command

b0e4662
Select commit
Loading
Failed to load commit list.
Merged

object/search: Support numeric queries #2733

cli/object: Support numeric queries in `search` command
b0e4662
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 28, 2024 in 0s

65.45% of diff hit (target 28.86%)

View this Pull Request on Codecov

65.45% of diff hit (target 28.86%)

Annotations

Check warning on line 72 in pkg/local_object_storage/engine/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/engine/select.go#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 286 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L285-L286

Added lines #L285 - L286 were not covered by tests

Check warning on line 300 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L299-L300

Added lines #L299 - L300 were not covered by tests

Check warning on line 307 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L307

Added line #L307 was not covered by tests

Check warning on line 329 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L329

Added line #L329 was not covered by tests

Check warning on line 338 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L338

Added line #L338 was not covered by tests

Check warning on line 543 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L543

Added line #L543 was not covered by tests

Check warning on line 549 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L549

Added line #L549 was not covered by tests

Check warning on line 554 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L553-L554

Added lines #L553 - L554 were not covered by tests

Check warning on line 556 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L556

Added line #L556 was not covered by tests

Check warning on line 561 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L560-L561

Added lines #L560 - L561 were not covered by tests

Check warning on line 563 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L563

Added line #L563 was not covered by tests

Check warning on line 576 in pkg/local_object_storage/metabase/select.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/local_object_storage/metabase/select.go#L575-L576

Added lines #L575 - L576 were not covered by tests

Check warning on line 23 in pkg/services/object/search/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/object/search/search.go#L23

Added line #L23 was not covered by tests

Check warning on line 71 in pkg/services/object/search/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/object/search/search.go#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 76 in pkg/services/object/search/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/object/search/search.go#L73-L76

Added lines #L73 - L76 were not covered by tests