Part of lp.answers.model.faq View In Hierarchy
It is used to implement the IFAQCollection
.searchFAQs() method.
Method | __init__ | Initialize a new FAQ search. |
Method | getResults | Return the FAQs matching this search. |
Method | getConstraints | Return the constraints to use by this search. |
Method | getClauseTables | Return the tables that should be added to the FROM clause. |
Method | getOrderByClause | Return the ORDER BY clause to sort the results. |
See IFAQCollection
.searchFAQs for the basic parameters description.
Additional parameters:
:param product: The product in which to search for FAQs.
:param distribution: The distribution in which to search for FAQs.
:param projectgroup: The project group in which to search for FAQs.