Skip to content

fix(caldav): limit property length - #47413

Merged
miaulalala merged 1 commit into
masterfrom
fix/limit-property-values
Aug 22, 2024
Merged

fix(caldav): limit property length#47413
miaulalala merged 1 commit into
masterfrom
fix/limit-property-values

Conversation

@miaulalala

@miaulalalamiaulalala commented Aug 22, 2024

Copy link
Copy Markdown
Contributor

Summary

Make longer properties searchable for the property index

Checklist

@miaulalalamiaulalala added the 3. to review Waiting for reviews label Aug 22, 2024
@miaulalalamiaulalala added this to the Nextcloud 31 milestone Aug 22, 2024
@miaulalalamiaulalala self-assigned this Aug 22, 2024
@miaulalala

Copy link
Copy Markdown
ContributorAuthor

/backport to stable30

@miaulalala

Copy link
Copy Markdown
ContributorAuthor

/backport to stable29

@miaulalala

Copy link
Copy Markdown
ContributorAuthor

/backport to stable28

@come-nccome-nc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Won’t that apply to event description or stuff like that which might need more than 255 chars?

@miaulalala

Copy link
Copy Markdown
ContributorAuthor

Won’t that apply to event description or stuff like that which might need more than 255 chars?

it's just the search index - the data itself is stored in oc_calendar_objects

Signed-off-by: Anna Larch <anna@nextcloud.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miaulalala@ChristophWurst@provokateurin@come-nc