#572 closed bug (worksforme)
Tag Count Display Issue
| Reported by: | crogers | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | 7.2.1 |
| Keywords: | Cc: |
Description
Found that some "Tags" return a different number of documents than the "Count" specifies.
For example: in the Demo system, the tag search for "test" shows a count of 4. Actual documents returned that are allocated the tag "test" is 6.
Please investigate.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
The count you see refers to the total number of tagged docs. When you search only the docs you can access are shown.
comment:3 by , 11 years ago
In practice, the value indicates the total number of documents that have been tagged with that keyword, but because of the visibility criteria on folders (read privilege) your user can access only a limited number of them.
Since your user doesn't have access to all the documents, the search automatically filters the ones you can not see.
Please disregard example above from "Demo" system as it includes the "Alias" in the results.
We have an example on our system where the tag "Pictures" has a count of 14, but returns only 5 documents.