|
|
@@ -34,6 +34,7 @@ class Projects::ListQuery < ApplicationQuery |
|
|
|
|
|
|
|
|
def by_search(items) |
|
|
def by_search(items) |
|
|
ids = Projects::ElasticsearchService.call(params[:search]) |
|
|
ids = Projects::ElasticsearchService.call(params[:search]) |
|
|
|
|
|
items = items.where(platform: 'forge') |
|
|
if ids.present? |
|
|
if ids.present? |
|
|
items.where(id: ids).by_name_or_identifier(params[:search]) |
|
|
items.where(id: ids).by_name_or_identifier(params[:search]) |
|
|
else |
|
|
else |
|
|
|