Skip to content

fix: update regex for query part modification to handle multilines#27

Merged
MudDev merged 1 commit into
mainfrom
news-feed-multiline-query-fix
May 6, 2026
Merged

fix: update regex for query part modification to handle multilines#27
MudDev merged 1 commit into
mainfrom
news-feed-multiline-query-fix

Conversation

@MudDev
Copy link
Copy Markdown

@MudDev MudDev commented May 6, 2026

This pull request makes a minor improvement to the regular expression used in the actionFeedQuery method of NewsfeedPlugin.py. The change adds the re.DOTALL flag to ensure that the regular expression matches across multiple lines, making the query modification more robust.

  • Improved the regular expression substitution in actionFeedQuery to use the re.DOTALL flag, allowing multi-line matches when updating the SQL WHERE clause.

@MudDev MudDev merged commit b986801 into main May 6, 2026
3 checks passed
@MudDev MudDev deleted the news-feed-multiline-query-fix branch May 6, 2026 02:14
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