method searchInTask documentation in bbn\Appui\Task
function($st)
{
'table' => 'bbn_tasks',
'fields' => [
'bbn_tasks.id',
'bbn_notes_versions.title',
'bbn_notes_versions.content',
'bbn_tasks.creation_date'
],
'join' => [[
'table' => 'bbn_notes_versions',
'on' => [
'conditions' => [[
'field' => 'bbn_notes_versions.id_note',
'exp' => 'bbn_tasks.id_note'
], [
'field' => 'bbn_notes_versions.latest',
'value' => 1
]]
]
]],
'where' => [
'logic' => 'OR',
'conditions' => [[
'field' => 'bbn_notes_versions.title',
'operator' => 'contains',
'value' => $st
], [
'field' => 'bbn_notes_versions.content',
'operator' => 'contains',
'value' => $st
]]
]
]);
}
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions