Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $query = Index::load('default_index')
  2. ->query(array(
  3. 'offset' => 0,
  4. 'limit' => 12,
  5. ))
  6. ->keys($text)
  7. ->addCondition('search_api_datasource', 'entity:user')
  8. ->execute();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement