Page 1 of 1

HACK: Search plugin: custom fields in search results

Posted: Thu Jul 01, 2021 10:38 pm
by ctuxboy
Hello,

Found a solution how can searching also custom fields.
Adding this code in ../search/plugin.php (below line 209):

Code: Select all

$cache[$pageKey]['CUSTOM-FIELD'] = $page->custom('CUSTOM-FIELD');
Replace CUSTOM-FIELD with the name from your custom-field, (only useful for string-type custom fields).
search-custom-field.png
search-custom-field.png (111.57 KiB) Viewed 9799 times