Skip to content

Option to not use typeKey=typeAlias property and predicate. #1777

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

Conversation

mikereiche
Copy link
Collaborator

@mikereiche mikereiche commented Jul 6, 2023

If the configuration getType() or the @typealias is an empty string, then do not add the typeKey:typeAlias property when storing documents, and do not add the typeKey=typeAlias property on queries - including removeByQuery.

Closes #1654.

If the configuration getType() or the @typealias is an empty string,
then do not add the typeKey:typeAlias property when storing documents,
and do not add the typeKey=typeAlias property on queries - including
removeByQuery.
@mikereiche mikereiche merged commit bbcabbc into main Jul 6, 2023
mikereiche added a commit that referenced this pull request Jul 6, 2023
If the configuration getType() or the @typealias is an empty string,
then do not add the typeKey:typeAlias property when storing documents,
and do not add the typeKey=typeAlias property on queries - including
removeByQuery.
mikereiche added a commit that referenced this pull request Jul 7, 2023
If the configuration getType() or the @typealias is an empty string,
then do not add the typeKey:typeAlias property when storing documents,
and do not add the typeKey=typeAlias property on queries - including
removeByQuery.
@mikereiche mikereiche deleted the datacouch_1654_option_of_having_type_property_and_predicate branch July 11, 2023 18:29
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.

Have the option of NOT having the type predicate (i.e. _class = '<class-name>' in queries.
1 participant