|
|
|
|
@ -19,7 +19,7 @@ module JurisprudenceSearch
|
|
|
|
|
|
|
|
|
|
with(:subject_ids).any_of(search_params[:subject_ids].split(",").map(&:strip).map(&:to_i)) if search_params[:subject_ids].present? |
|
|
|
|
|
|
|
|
|
with(:citation_finders_names).any_of(search_params[:citation_finder]) if search_params[:citation_finder].present? |
|
|
|
|
with(:citation_finders_names).any_of([search_params[:citation_finder]]) if search_params[:citation_finder].present? |
|
|
|
|
|
|
|
|
|
without(:id).any_of(search_params[:exclude_ids]) if search_params[:exclude_ids].present? |
|
|
|
|
|
|
|
|
|
|