Skip to content

Commit

Permalink
Merge pull request #776 from cultuurnet/feature/III-6038
Browse files Browse the repository at this point in the history
III-6038 - Add completeness field filter in advanced query
  • Loading branch information
brampauwelyn authored Mar 21, 2024
2 parents 7954ea1 + 7b2867c commit 6b1268a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions dist/udb3-angular.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions dist/udb3-angular.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core/translations/dutch-translations.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ angular.module('udb.core')
'status': 'status',
'booking_availability': 'tickets & plaatsen',
'organiser_label': 'organisatie (naam)',
'completeness': 'volledigheid',
'category_facility_name': 'voorzieningen',
'category_targetaudience_name': 'doelgroep',
'startdate': 'startdatum',
Expand Down
1 change: 1 addition & 0 deletions src/core/translations/french-translations.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ angular.module('udb.core')
'status': 'status',
'booking_availability': 'billets & places',
'organiser_label': 'organisation (nom)',
'completeness': 'intégralité',
'category_facility_name': 'dispositions',
'category_targetaudience_name': 'public cible',
'startdate': 'date de début',
Expand Down
1 change: 1 addition & 0 deletions src/core/translations/german-translations.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ angular.module('udb.core').constant('udbGermanTranslations', {
'status': 'Status',
'booking_availability': 'Tickets & Plätze',
'organiser_label': 'Organisation (Name)',
'completeness': 'integrität',
'add_facility': 'Ausstattung',
'category_targetaudience_name': 'Zielgruppe',
'startdate': 'Startdatum',
Expand Down
1 change: 1 addition & 0 deletions src/search/services/query-fields.value.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ angular
{name: 'status', field: 'status', type: 'choice', group: 'other', editable: true, options: ['Available', 'Unavailable', 'TemporarilyUnavailable']},
{name: 'booking_availability', field: 'bookingAvailability', type: 'choice', group: 'other', editable: true, options: ['available', 'unavailable']},
{name: 'organiser_label', field: 'organizer.name.\\*', type: 'tokenized-string', group: 'other', editable: true},
{name: 'completeness', field: 'completeness', type: 'number' , group: 'other', editable: true},
{name: 'category_facility_name', field:'terms.id', type: 'term', group: 'other', editable: true},
{name: 'category_targetaudience_name', field: 'audienceType', type: 'choice', group: 'other', editable: true, options: ['everyone', 'members', 'education']},

Expand Down

0 comments on commit 6b1268a

Please sign in to comment.