mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 04:16:11 +01:00
[TASK] Add documentation for frontend user access feature
This commit is contained in:
parent
209f441b5d
commit
2c5ab1b57a
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
Feature "Added frontend user authentication access"
|
||||
===============================================================
|
||||
|
||||
Indexation added based on page access via ``fe_group`` and inherited
|
||||
from ```extendToSubpages```.
|
||||
|
||||
The searching is added via typoscript using the UserFunc filter::
|
||||
|
||||
frontendUserAccess {
|
||||
type = user
|
||||
userFunc = Codappix\SearchCore\Hook\Filter\FrontendUserAccessFilter->generate
|
||||
}
|
||||
|
||||
To bypass this filter simply unset default filter in searching.filter
|
Loading…
Reference in a new issue