Sha256: 11862d180712a76478c49029f46ed1dd29dae6af01e5f2271939eccb6fad1c2f
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 Bytes
Contents
module Ddr module SearchBuilderBehavior def effective_role_filter(agents) # https://lucene.apache.org/solr/guide/7_7/other-parsers.html#term-query-parser "{!terms f=#{Ddr::Index::Fields::EFFECTIVE_ROLE} method=booleanQuery}#{agents.join(',')}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems