Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
14.8-rc-1
Description
Reproduction steps:
- Use the following snippet (create a page with it, or just preview the page):
{{velocity}} #set($myRef = "SomeSpace.SomePage") #set ($myDoc = $xwiki.getDocument($myRef)) #set ($discard = $myDoc.setTitle("Tyranosaurus")) #set ($discard = $myDoc.save()) {{/velocity}}
- Check that a page with a title "Tyranosaurus" as been created at reference "SomeSpace.SomePage"
- Search "Tyranosaurus" in the search bar
Expected result:
- the page located at "SomeSpace.SomePage" is proposed in the result
Obtained result:
- No result is shown, or the page with the script is returned in the result
Attachments
Issue Links
- is caused by
-
XWIKI-18769 Upgrade to Solr 8.11.2
- Closed