Source code for pagetools.search
from typing import List
search_mods: List = [
# ( app.models.Model1, ('title', 'content') ),
# ( app.models.Model2, ('title', 'content','footer') ),
]
from typing import List
search_mods: List = [
# ( app.models.Model1, ('title', 'content') ),
# ( app.models.Model2, ('title', 'content','footer') ),
]