Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 crogers, 11 years ago

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.

comment:2 by car031, 11 years ago

Resolution: worksforme
Status: newclosed

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 Alex, 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.

Note: See TracTickets for help on using tickets.