1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 02:01:19 +02:00

Implement search on front end

This commit is contained in:
Toby Zerner
2015-06-03 18:10:56 +09:30
parent f1a7e8c115
commit 920ad4f04f
18 changed files with 717 additions and 202 deletions

View File

@@ -33,7 +33,9 @@ class IndexAction extends SerializeCollectionAction
'lastUser' => true,
'startPost' => false,
'lastPost' => false,
'relevantPosts' => false
'relevantPosts' => false,
'relevantPosts.discussion' => false,
'relevantPosts.user' => false
];
/**