@idlewanderer
Active 9 years, 2 months ago
-
Henry Wright replied to the topic How to create activity streams based on words or hashtags? in the forum How-to & Troubleshooting 9 years, 6 months ago
@idlewanderer try specifying another fully-formed query. For example:
array(
[Read more]
'column' => 'content',
'value' => 'philippine tube-nosed fruit bat',
'compare' => 'LIKE',
array(
'column' => 'content',
'value' => 'sea lions',
'compare' => 'NOT LIKE'
)
),
array(
'column' => 'content',
'value'…