#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 Changed 10 years ago by crogers
comment:2 Changed 10 years ago by car031
- Resolution set to worksforme
- Status changed from new to 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 Changed 10 years ago by Blucecio
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.
Note: See
TracTickets for help on using
tickets.
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.