Increase the Number of Facet Entries
In search results, 6WTags limits the number of facet entries to 100. Yet, you may need to display more entries,
for example, 250 users for the Owner
predicate.
The following procedure describes how to specify the maximum number of facet entries to
display, using the search_facet_max_per_level
variable.
Important: The limit is 300 facet entries. |
- Go to #TOMCAT-ROOT#/webapps/3DSpace/WEB-INF/classes/
-
Create a
cvServlet.properties
file if it does not already exist. -
Edit the file to add the following line:
search_facet_max_per_level=$VALUE
($VALUE
must not exceed300
). - Restart Tomcat to take changes into account.