Tags
Posted: 25 May 2018, 20:09
Is there already a facility to combine tags when getting a document list.
So for example I have categories for organisations and tags for the type of document and the author. What I would like to be able to do is get a list of all documents of type "article" AND author "joe bloggs"
I guess there would also be a use case for getting all documents of author "joe bloggs" OR author "tommy simpson"
Also is there any plan to introduce a new menu type for list documents by tag/tags? At present the only way to do this is by using a URL menu type with the link .../tag?tagid=21
If not on the radar can you point me at files to work on? Strikes me it should be fairly simple to modify to parse an additional query string like
?tagid=21&tagid=9 which would logically be the AND case or ?tagid=21,9 for the OR case.
RogerCO
So for example I have categories for organisations and tags for the type of document and the author. What I would like to be able to do is get a list of all documents of type "article" AND author "joe bloggs"
I guess there would also be a use case for getting all documents of author "joe bloggs" OR author "tommy simpson"
Also is there any plan to introduce a new menu type for list documents by tag/tags? At present the only way to do this is by using a URL menu type with the link .../tag?tagid=21
If not on the radar can you point me at files to work on? Strikes me it should be fairly simple to modify to parse an additional query string like
?tagid=21&tagid=9 which would logically be the AND case or ?tagid=21,9 for the OR case.
RogerCO