@idlewanderer
Active 8 years, 5 months ago
-
Henry Wright replied to the topic How to create activity streams based on words or hashtags? in the forum How-to & Troubleshooting 8 years, 8 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'…