Skip to content

Add caseSensitive option to create index typings#55

Open
Teejirapat wants to merge 1 commit into
appy-one:masterfrom
Teejirapat:patch-1
Open

Add caseSensitive option to create index typings#55
Teejirapat wants to merge 1 commit into
appy-one:masterfrom
Teejirapat:patch-1

Conversation

@Teejirapat
Copy link
Copy Markdown

@Teejirapat Teejirapat commented May 26, 2026

Expose the missing caseSensitive option in indexes.create TypeScript typings for string indexes.

This option is already supported internally by AceBase index creation but was not available in the public Function type definitions.

Also documented the default behavior:

  • caseSensitive defaults to false
  • applies to string indexed values only

Refs:

Expose the missing `caseSensitive` option in `indexes.create` TypeScript typings for string indexes.

This option is already supported internally by AceBase index creation but was not available in the public API type definitions.

Also documented the default behavior:

* `caseSensitive` defaults to `false`
* applies to string indexed values only

Refs:

* https://github.com/appy-one/acebase#other-indexing-options
* https://github.com/appy-one/acebase-core/blob/master/src/api.ts
@Teejirapat Teejirapat changed the title feat(index): add caseSensitive option to create index typings Add caseSensitive option to create index typings May 26, 2026
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