Jump to content
We've recently updated our Privacy Statement, available here ×

Checkbox \'Include Subfolders\' unckecked by default


mespub

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi, you can change the setting in the applicationContext-search.xml

Code:
From:<property name="modes"><util:set><util:constant static-field="com.jaspersoft.jasperserver.search.common.SearchMode.SEARCH"/><util:constant static-field="com.jaspersoft.jasperserver.search.common.SearchMode.BROWSE"/></util:set></property>To:<property name="modes"><util:set><util:constant static-field="com.jaspersoft.jasperserver.search.common.SearchMode.BROWSE"/><util:constant static-field="com.jaspersoft.jasperserver.search.common.SearchMode.SEARCH"/></util:set></property>
Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...