The categories feature has been overhauled and significantly improved in the upcoming version 5.0.
First of all, it will now be possible for a file to belong to multiple categories. This means that a file such as "zoom.pdf" can belong to both the "Zoom" category and the "PDF files" category.
You can also search for multiple categories via a checklist from the search form (enable the "Allow searching in multiple categories" option in the Categories tab of the Configuration window). The old dropdown categories is also still available.
If you want your categories to behave as they did in previous versions (where a file can only belong to a single category exclusively), you can check an option in the Add/Edit Category window that says "Files belonging to this category can not belong to any other category".
Another new feature is the support of the ZOOMCATEGORY meta tag. You will be able to now specify this meta tag within your web pages, to specify the category that the file should reside in (this will override the URL/filename pattern matching method). You should specify the name of the category like so:
<meta name="ZOOMCATEGORY" content="News">
You can also turn off the "default"/"catch-all" category now, and have files that belong to no category. This was a source of confusion for some users in the past, and it is now optional rather than required.
Finally, you can now use wildcard match patterns for your categories. This means that you can create a pattern such as "/news/updates_*.pdf" which will get all PDF files, inside the news folder, with a filename starting with "updates_". Non-wildcard categories still work as before.
First of all, it will now be possible for a file to belong to multiple categories. This means that a file such as "zoom.pdf" can belong to both the "Zoom" category and the "PDF files" category.
You can also search for multiple categories via a checklist from the search form (enable the "Allow searching in multiple categories" option in the Categories tab of the Configuration window). The old dropdown categories is also still available.
If you want your categories to behave as they did in previous versions (where a file can only belong to a single category exclusively), you can check an option in the Add/Edit Category window that says "Files belonging to this category can not belong to any other category".
Another new feature is the support of the ZOOMCATEGORY meta tag. You will be able to now specify this meta tag within your web pages, to specify the category that the file should reside in (this will override the URL/filename pattern matching method). You should specify the name of the category like so:
<meta name="ZOOMCATEGORY" content="News">
You can also turn off the "default"/"catch-all" category now, and have files that belong to no category. This was a source of confusion for some users in the past, and it is now optional rather than required.
Finally, you can now use wildcard match patterns for your categories. This means that you can create a pattern such as "/news/updates_*.pdf" which will get all PDF files, inside the news folder, with a filename starting with "updates_". Non-wildcard categories still work as before.
Comment