Skip to content

config; Drop property index#536

Open
bevzzz wants to merge 4 commits intomainfrom
feat/drop-index
Open

config; Drop property index#536
bevzzz wants to merge 4 commits intomainfrom
feat/drop-index

Conversation

@bevzzz
Copy link
Collaborator

@bevzzz bevzzz commented Feb 16, 2026

This PR adds support for "drop index" operation introduced in v1.36.

The API is pretty simple:

collection.config.dropPropertyIndex("title", PropertyIndexType.FILTERABLE);

I chose to provide the options for "index type" as an enum rather that builder methods indexFilterable(true) like we have for property creation, because the user can provide exactly value here, whereas in property creation these act like "toggles" with default values (false).

@bevzzz bevzzz requested a review from a team as a code owner February 16, 2026 20:01
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

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.

1 participant