summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/SearchGeneralPage.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-23/+5
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-25Fix: #3840, Fix: #4432 - log details of searches by visitorsGreg Roach1-0/+7
2022-11-18Use ValidatorGreg Roach1-13/+12
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-3/+2
2021-06-28Fix: #3786 - add locations to the general searchGreg Roach1-4/+43
2021-05-18CodeStyleGreg Roach1-4/+2
2021-03-12Remove unused importsGreg Roach1-2/+0
2021-03-02Fix: #3713 - collapse list of trees in general/phonetic search pagesGreg Roach1-14/+15
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-2/+0
2020-07-25Fix: #3430 - error parsing search termsGreg Roach1-5/+9
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-1/+4
2020-01-28General search - include families by defaultGreg Roach1-1/+2
2019-11-16Fix: #2411 - search should treat Han characters as separate wordsGreg Roach1-0/+7
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-21Fix: #2665 - Use POST+GET on search formsGreg Roach1-0/+206