Steps to reproduce bug:
-In the cms, open the search tool
-Without filling in any of the fields, open solr search view
Bug:
The default request field contains useless filters:
allContentTypes:org.ametys.plugins.userdirectory.Content.user OR allContentTypes:org.ametys.plugins.cpam.services.Content.userService OR allContentTypes:org.ametys.cms.referencetable.mixin.Candidate OR allContentTypes:org.ametys.cms.ArchivedContent OR allContentTypes:org.ametys.plugins.userdirectory.Content.udorgunit)
[CMS-11588] Solr search in the cms contains useless request filters
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Invalid [ 6 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 4.5.17 [ 17757 ] | |
Fix Version/s | New: 4.7.0 [ 17704 ] |
Description |
Original:
Steps to reproduce bug:
-In the cms, open the search tool -Without filling in any of the fields, open solr search view Bug: The default request field contains useless filters: {code}allContentTypes:org.ametys.plugins.userdirectory.Content.user OR allContentTypes:org.ametys.plugins.cpam.services.Content.userService OR allContentTypes:org.ametys.cms.referencetable.mixin.Candidate OR allContentTypes:org.ametys.cms.ArchivedContent OR allContentTypes:org.ametys.plugins.userdirectory.Content.udorgunit) \{code} |
New:
Steps to reproduce bug:
-In the cms, open the search tool -Without filling in any of the fields, open solr search view Bug: The default request field contains useless filters: {code:java} allContentTypes:org.ametys.plugins.userdirectory.Content.user OR allContentTypes:org.ametys.plugins.cpam.services.Content.userService OR allContentTypes:org.ametys.cms.referencetable.mixin.Candidate OR allContentTypes:org.ametys.cms.ArchivedContent OR allContentTypes:org.ametys.plugins.userdirectory.Content.udorgunit) {code} |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Ok, in that case this issue is invalid, thank you for having checked