Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function hook_search_api_query_alter(SearchApiQueryInterface $query) {
  2. $info = entity_get_info($index->item_type);
  3. $query->condition($info['entity keys']['id'], 0, '!=');
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement