index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
app
/
Models
/
SearchTest.php
Age
Commit message (
Expand
)
Author
2024-12-05
Parentheses in quoted search (#7055)
Alexandre Alapetite
2024-11-28
Upgrade code to php 8.1 (#6748)
Luc SANCHEZ
2024-11-02
Fix regex search for tags (#6972)
Alexandre Alapetite
2024-10-22
Allow regex parentheses (#6926)
Alexandre Alapetite
2024-09-20
Fix search with double-quote and parenthesis (#6818)
Alexandre Alapetite
2024-09-06
CI fix warnings (#6780)
Alexandre Alapetite
2024-09-06
Regex search (#6706)
Alexandre Alapetite
2024-09-06
Upgrade to PHP 8.1 (#6711)
Alexandre Alapetite
2024-08-01
Fix parentheses for complex `OR` boolean search expressions (#6672)
Alexandre Alapetite
2024-06-09
Pass PHPStan level 9 (#6544)
Alexandre Alapetite
2024-06-05
Modernize code to php7.4 (#6043)
Luc SANCHEZ
2023-11-16
Use strict_types (#5830)
Luc SANCHEZ
2023-09-05
Fix parenthesis escaping bug (#5633)
Alexandre Alapetite
2023-05-30
phpstan-9 for Share.php (#5431)
Luc SANCHEZ
2023-05-11
A few additional PHPStan rules (#5388)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-01-09
Handling of parentheses as special characters in searches (#4989)
Alexandre Alapetite
2022-11-23
Better restrict tag search (#4882)
Alexandre Alapetite
2022-08-18
Easier full-text search possibility (#4505)
Alexandre Alapetite
2022-08-16
Basic support for negative searches with parentheses (#4503)
Alexandre Alapetite
2022-06-02
New search engine (#4378)
Alexandre Alapetite
2022-03-21
Fix some search expressions (#4277)
Alexandre Alapetite
2022-01-08
Fix various typos and spelling errors in documentation, comments and code. (#...
Thomas Renes
2021-02-28
Travis: Enforce phpcs line length + whitespace (#3488)
Alexandre Alapetite
2021-02-27
Remove + conversion in search except for tags (#3489)
Alexis Degrugillier
2019-12-23
tec: Fix test suite (#2721)
Marien Fressinaud
2017-09-22
[ci] Add Travis (#1619)
Frans de Jonge
2017-04-01
Improve search: intitle, author, inurl
Alexandre Alapetite
2015-04-22
Split the search into values
Alexis Degrugillier
2015-02-21
Add search default raw value
Alexis Degrugillier
2015-02-12
Add a test to verify if the search input is stored correctly
Alexis Degrugillier
2015-02-11
Extract the search code from the context
Alexis Degrugillier