Difference between revisions of "Template:Resources Query"

m
(added key word)
Line 1: Line 1:
 
<noinclude>This is the 'Item query' template. It should be called via the [[Form:Resources_Query]] form.
 
<noinclude>This is the 'Item query' template. It should be called via the [[Form:Resources_Query]] form.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
You are searching for resources that are older than "{{{year_from|}}}" but younger than "{{{year_till|}}}":
+
You are searching for resources that are older than "{{{year_from|}}}" but younger than "{{{year_till|}}}" and have the key word "{{{key_word|}}}:
  
{{#vardefine:xmlpath|/modsCollection/mods[originInfo/dateIssued>'{{{year_from|}}}' and originInfo/dateIssued<'{{{year_till|}}}' and originInfo/dateIssued!='-']}} {{Biblist}}
+
{{#vardefine:xmlpath|/modsCollection/mods[originInfo/dateIssued>'{{{year_from|}}}' and originInfo/dateIssued<'{{{year_till|}}}' and subject/topic='{{{key_word}}}']}} {{Biblist}}
  
 
</includeonly>
 
</includeonly>

Revision as of 17:54, 4 August 2021

This is the 'Item query' template. It should be called via the Form:Resources_Query form.