Search by surname, given names and municipality of registration
#language: en @gba Feature: Search by surname, given names and municipality of registration Rule: voorvoegsel is not case-sensitive Scenario: Search for a person with the full voorvoegsel in capitals Given the person with citizen service number '000000025' has the following data | geslachtsnaam (02.40) | voornamen (02.10) | voorvoegsel (02.30) | | Maassen | Jan Peter | van | And the person has the following 'verblijfplaats' data | gemeente van inschrijving (09.10) | | 0014 | When gba persons are searched with the following parameters | naam | waarde | | type | ZoekMetNaamEnGemeenteVanInschrijving | | geslachtsnaam | Maassen | | voornamen | Jan Peter | | voorvoegsel | VAN | | gemeenteVanInschrijving | 0014 | | fields | burgerservicenummer | Then the response has 1 person And the response has a person with the following data | naam | waarde | | burgerservicenummer | 000000025 | Scenario: Voorvoegsel does not have to be a valid voorvoegsel in table 36 Voorvoegsels Given the person with citizen service number '000000048' has the following data | geslachtsnaam (02.40) | voornamen (02.10) | voorvoegsel (02.30) | | Maassen | Jan Peter | Iets | And the person has the following 'verblijfplaats' data | gemeente van inschrijving (09.10) | | 0014 | When gba persons are searched with the following parameters | naam | waarde | | type | ZoekMetNaamEnGemeenteVanInschrijving | | geslachtsnaam | Maassen | | voornamen | Jan Peter | | voorvoegsel | iets | | gemeenteVanInschrijving | 0014 | | fields | burgerservicenummer | Then the response has 1 person And the response has a person with the following data | naam | waarde | | burgerservicenummer | 000000048 |