This is a comment on Search by keyword and page description, posted by WikiAdmin at 16.05.2019 12:27
View source for Re: Search by keyword and page description
The entire action needs refactoring. If you want to provide a patch for the current version which provides also support for keywords and description, you're welcome. Can't say when I will work on the issue again. ##$scope## is intended for ##[page, comment, file]## Keywords and description should of course be included in the search: In the **page** table we have --##description##-- DONE --##keywords##-- DONE How we indicate in the result that the match was in the ##description## or ##keywords## 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 ((/Dev/NewFeatures/ExtendedSearch Extended Search))