Skip to content

Export filter namespace from weaviate root without generics support #304

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

tsmith023
Copy link
Collaborator

No description provided.

@tsmith023 tsmith023 requested a review from bevzzz June 10, 2025 13:19
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@@ -112,7 +112,7 @@ describe('Testing of the filter class with a simple collection', () => {

it('should filter a fetch objects query with a single filter and non-generic collection', async () => {
const res = await client.collections.use(collectionName).query.fetchObjects({
filters: client.collections.use(collectionName).filter.byProperty('text').equal('two'),
Copy link
Collaborator

Choose a reason for hiding this comment

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

oh my, I had no idea you had to do the whole prefixing with client.collections.use... to use filters

good improvement!

@tsmith023 tsmith023 merged commit ae372ea into main Jun 10, 2025
14 of 16 checks passed
@tsmith023 tsmith023 deleted the filter/export-at-app-root branch June 10, 2025 13:54
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