Yep, it's on the list
https://github.com/nabeelio/phpvms/blob/master/app/Http/Controllers/Frontend/FlightController.php#L31
There's some built-in pagination stuff with Eloquent, it's just a matter of hooking it in. I'm trying to remember how exactly I had it all wired up. There search is done via AJAX, I have to see how that also plugs in. Might be something for the alpha, but what's nice is usually if I can find sample code, it's like 90% there. I'm probably going to elect not doing it through AJAX, it seems maybe to fragile for theming and stuff, based on how it was in the last version