OR r IN restaurant_food_search SEARCH ANALYZER(r.name IN TOKENS('burger', 'text_en'), 'text_en') //SORT r.price.current.price LIMIT 0, 15 COLLECT restaurant = r.restaurant_id into items return {restaurant, items: items[*].r, item_count : LENGTH(items[*].r)}