support regular expressions in 'apt search'
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 30 Aug 2014 09:29:45 +0000 (11:29 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Sep 2014 17:23:28 +0000 (19:23 +0200)
commit859093dae7dcadaff2e15a3885a1824b0d5f5913
tree30cc00ed3a906ef741268e6585177dbb1d2b62e6
parent9622b2111095c3fc705ec0615d27fe403e18c3b8
support regular expressions in 'apt search'

apt-cache search supported this since ever and in the code for apt was a
fixme indicating this should be added here as well, so here we go.
apt-private/private-cmndline.cc
apt-private/private-search.cc
test/integration/framework
test/integration/test-apt-cli-search