Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filter option for "facsimile available" #361

Merged
merged 14 commits into from
Sep 16, 2020
Merged
Prev Previous commit
Next Next commit
update expected results
  • Loading branch information
peterstadler committed Sep 15, 2020
commit ef474599bd8adaba75d3b91f861808346f05cea6
3 changes: 3 additions & 0 deletions testing/expected-results/var/Briefe
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
<h4>Bibliothek</h4>
<select multiple="multiple" name="repository" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/repository" data-doc-id="indices" data-doc-type="letters">
<option value="">alle</option></select>
<h4>Faksimile</h4>
<select multiple="multiple" name="facsimile" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/facsimile" data-doc-id="indices" data-doc-type="letters">
<option value="">alle</option></select>
<h4>Dokumentenstatus</h4>
<select multiple="multiple" name="docStatus" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/docStatus" data-doc-id="indices" data-doc-type="letters">
<option value="">alle</option></select>
Expand Down
4 changes: 4 additions & 0 deletions testing/expected-results/var/Dokumente
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@
<select multiple="multiple" name="repository" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/repository" data-doc-id="indices" data-doc-type="documents">
<option value="">alle</option></select>

<h4>Faksimile</h4>
<select multiple="multiple" name="facsimile" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/facsimile" data-doc-id="indices" data-doc-type="letters">
<option value="">alle</option></select>

<h4>Dokumentenstatus</h4>
<select multiple="multiple" name="docStatus" data-api-url="http://localhost:8080/exist/apps/WeGA-WebApp/api/v1/facets/docStatus" data-doc-id="indices" data-doc-type="documents">
<option value="">alle</option></select>
Expand Down