Search by keyword and page description
Prompt the parameters of the action search so that the search would work for the klyuev words and the description that are in the properties of the page.
{{search [scope = one of ("all" "description" "keywords")]}}
Comments
Log in or create an account to post a comment.
Re: Search by keyword and page description
$scope
is intended for[page, comment, file]
Keywords and description should of course be included in the search:
In the page table we have
DONEdescription
DONEkeywords
How we indicate in the result that the match was in the
description
orkeywords
field?in the category_assignment table we have
category_id
object_type_id
->OBJECT_PAGE
/OBJECT_FILE
object_id
->['page_id']
/['file_id']
and in category table
category
Furthermore the file search is completely missing at the moment.
file table
file_name
file_description
caption
see also Extended Search
Added patch
PATCH: revision:3241447
Комментарий 642
Thank you very much for adding functionality! You have the best product.