provide ability to search webpages (either public or which contain the observer in the acl) in addition to conversations

This commit is contained in:
zotlabs
2017-05-30 17:06:50 -07:00
parent 14229d0dd3
commit a7ecf51915
3 changed files with 9 additions and 3 deletions

View File

@@ -175,6 +175,13 @@ function item_normal() {
and item.item_blocked = 0 ";
}
function item_normal_search() {
return " and item.item_hidden = 0 and item.item_type in (0,3) and item.item_deleted = 0
and item.item_unpublished = 0 and item.item_delayed = 0 and item.item_pending_remove = 0
and item.item_blocked = 0 ";
}
/**
* @brief
*