!--a11y-->
URL-Based Search Queries 
You have connected a Web site to KM using a Web repository manager. You now want to classify documents with a certain URL character string into certain categories.
...
1. In the taxonomy query builder, choose Folders from the Property dropdown box.
2. Enter a path in the value field according to the following schema:
/<Repository_ID>/<Path>
In the case of Web repositories, the path has to contain an asterisk (*) as a placeholder. The asterisk prevents the system from checking the existence of a folder in the repository.
This example assumes that the URLs of the indexed Web site follow this pattern:
http://www.website.com/<topic>/<year>/<month>/<day>/<document_name>
Example:
http://www.website.com/Politics/2003/12/31/document1.html
You want to classify documents belonging to a particular topic, or to a particular year, month, or day, into appropriate categories.
We also assume that the Web repository has the repository ID website in your system.
Examples of Search Queries
|
Search Query |
Description |
|
Folder is /website/Politics/2003/12/31/* |
All document from the Web site with the topic ‘Politics’ on 31.12.2003. |
|
Folder is /website/Politics/2003/* |
All document from the Web site with the topic ‘Politics’ in 2003. |
|
Folder is /website/*/2003/12/31/ |
All documents on any topic on 31.12.2003. |