[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Search configuration - 'top' for subject search
- Subject: [EP-tech] Search configuration - 'top' for subject search
- From: J.Salter at leeds.ac.uk (John Salter)
- Date: Wed, 24 Sep 2014 12:20:41 +0100
Hi,
In the workflows, it's possible to restrict a subject input by using the 'top' option in the field e.g.
<component type="Field::Subject"><field ref="dept" required="yes" top="Leeds" /></component>
Is the same possible for a search field?
Something like:
search_fields => [
...
{ meta_fields => [ "dept" ], top => 'Leeds' }, #NB this DOESN'T work!
...
],
Cheers,
John