Part of lp.soyuz.browser.packagesearch View In Hierarchy
Known subclasses: lp.registry.browser.distribution.DistributionPackageSearchView, lp.registry.browser.distroseries.DistroSeriesPackageSearchView, lp.soyuz.browser.distroarchseries.DistroArchSeriesPackageSearchView
Method | initialize | Save the search text set by the user. |
Method | search_requested | Return whether the current view included a search request. |
Method | matches | Return the number of matched search results. |
Method | detailed | Return whether detailed results should be provided. |
Method | batchnav | Return the batch navigator for the search results. |
Method | search_results | Search for packages matching the request text. |
Method | contextSpecificSearch | Call the context specific search. |
Try to find the packages that match the given text, then present those as a list. Cache previous results so the search is only done once.