It is a limitation of the skin, each skin should adapt to configuration of service.
The search field should match exactly the search service criteria. By default it is the " Texte intégral" search criteria.
To use "Titre ou texte intégral" a variable should be changed in skin (search.xsl file). It is documented in this file
<!-- +
| Name of global search text field :
| * use "user.input.criterion.common$wording$textfield$1" if global search service if configured with "Full text" criteria
| * use "user.input.criterion.common$titleorwording$textfield$1" if global search service if configured with "Title or full text" criteria
+ -->
<xsl:variable name="searchInputName">user.input.criterion.common$wording$textfield$1</xsl:variable>
Laurence Aumeunier
added a comment - It is a limitation of the skin, each skin should adapt to configuration of service.
The search field should match exactly the search service criteria. By default it is the " Texte intégral" search criteria.
To use "Titre ou texte intégral" a variable should be changed in skin (search.xsl file). It is documented in this file
<!-- +
| Name of global search text field :
| * use "user.input.criterion.common$wording$textfield$1" if global search service if configured with "Full text" criteria
| * use "user.input.criterion.common$titleorwording$textfield$1" if global search service if configured with "Title or full text" criteria
+ -->
< xsl:variable name= "searchInputName" > user.input.criterion.common$wording$textfield$1 </ xsl:variable >
Laurence Aumeunier
Anastasia François
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Created:
Updated:
Resolved:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
It is a limitation of the skin, each skin should adapt to configuration of service.
The search field should match exactly the search service criteria. By default it is the " Texte intégral" search criteria.
To use "Titre ou texte intégral" a variable should be changed in skin (search.xsl file). It is documented in this file