modxcms / SimpleSearch

A simple search component for MODx Revolution
http://rtfm.modx.com/extras/revo/simplesearch
9 stars 19 forks source link

Add ability to search Tagger tags (feature request) #30

Open jeffmiranda opened 8 years ago

jeffmiranda commented 8 years ago

It would be really helpful to be able to use SimpleSearch to search the Tagger tags associated with each resource. I think it would be possible if multiple join criteria were possible in the &customPackages parameter.

hitodev commented 6 years ago

Hello

When I tryu to test the Quip exemple (https://docs.modx.com/extras/revo/simplesearch/simplesearch.simplesearch#SimpleSearch.SimpleSearch-SimpleSearchSnippet), I get this error:

[[!SimpleSearchForm]] [[!SimpleSearch &customPackages=QuipComment:body:quip:core_path}components/quip/model/:QuipComment.resource = modResource.id]]

MODx log :

Array ( [0] => 42S22 [1] => 1054 [2] => Unknown column 'QuipComment.body' in 'where clause' )

Any idea ?