From 7960921520492749afd0c872539e0f3662804c69 Mon Sep 17 00:00:00 2001 From: alexdbondoc17 Date: Thu, 3 Mar 2022 02:46:03 +0000 Subject: [PATCH] Fix `searchable` for `citation_finder` in `document` --- app/models/cdao/document.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/models/cdao/document.rb b/app/models/cdao/document.rb index 3d9deb6..59d5831 100644 --- a/app/models/cdao/document.rb +++ b/app/models/cdao/document.rb @@ -77,6 +77,8 @@ class Cdao::Document < Cdao::Base is_only_in_premium_libraries? end - string :citation_finders_names, multiple: true + string :citation_finders_names, multiple: true do + citation_finders_names + end end end