We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! I have custom field in page header
author: '1111' '2222' '3333'
tntsearch.php
public function onTNTSearchIndex(Event $e) { $page = $e['page']; $fields = $e['fields'];
if ($page && $page instanceof Page && isset($page->header()->author)) { $author = $page->header()->author; if (is_string($author)) { $fields->author = $author; } } }
reuzlt = 0
if author:'1111' rezult not null how search field value in array???
author:'1111'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
I have custom field in page header
tntsearch.php
reuzlt = 0
if
author:'1111'
rezult not nullhow search field value in array???
The text was updated successfully, but these errors were encountered: