Files
FreshRSS/app/Models
Alexandre Alapetite 1282d3a270 PostgreSQL: compatibility with PCRE word boundary (#8141)
Allow the use of regex `\b` for word boundary (and `\B` for the opposite) even when using PostgreSQL.
Follow up of:
* https://github.com/FreshRSS/FreshRSS/pull/6706

For instance, `intitle:/\bnew\B/` will find *newest* but not *new* nor *renewal*.

Useful in particular to minimise the differences between PHP and database in:
* https://github.com/FreshRSS/FreshRSS/pull/7959
2025-10-22 21:21:17 +02:00
..
2024-12-27 12:12:49 +01:00
2025-10-04 14:32:18 +02:00
2025-10-16 21:15:44 +02:00
2023-11-16 22:43:00 +01:00
2025-10-17 12:54:00 +02:00
2024-12-27 12:12:49 +01:00
2025-09-30 22:59:41 +02:00
2025-10-04 14:32:18 +02:00
2025-08-31 20:05:30 +02:00
2024-12-27 12:12:49 +01:00
2024-12-27 12:12:49 +01:00
2025-09-30 22:59:41 +02:00