Files
UNIT3D-Community-Edition/app/Http/Controllers/API/QuickSearchController.php
Roardom 26e27f7300 fix: quicksearch searching by null throws error
The middleware automatically converts empty strings to null. We want to accept empty strings here for the search to work. Currently, the regex throws an error when a null is passed to it.
2025-07-22 09:26:21 +00:00

5.2 KiB