491
489
charm_dsl = {'filtered': {
493
charm_fields, ['requires.*', 'provides.*']),
491
charm_fields, ['ngrams', 'requires.*', 'provides.*']),
496
494
bundle_dsl = {'filtered': {
500
499
# Union the bundle_dsl and charm_dsl results
501
500
dsl = {'bool': {'should': [bundle_dsl, charm_dsl]}}