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
With the update to SilverStripe 4.9 this module is causing a logout to happen after I publish an element. This does not occur in SS4.8.
I use the following settings in my yml:
SilverStripers\ElementalSearch\Model\SearchDocument: use_only_x_path: true search_x_path: - main-content
I can confirm if I remove the use_only_x_path: true line the problem does not occur.
use_only_x_path: true
See line 97 SilverStripers\ElementalSearch\Model\SearchDocument
$output[] = Director::test($searchLink);
Calling Director::test() is doing something to the session.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the update to SilverStripe 4.9 this module is causing a logout to happen after I publish an element. This does not occur in SS4.8.
I use the following settings in my yml:
I can confirm if I remove the
use_only_x_path: true
line the problem does not occur.See line 97 SilverStripers\ElementalSearch\Model\SearchDocument
Calling Director::test() is doing something to the session.
The text was updated successfully, but these errors were encountered: