Skip to:
Requirements (see attached mockup): Additional dropdown that supports: starts with, exact match, contains all, and contains any
Default selection: Contains all
Scenarios:
Scenario - Starts with
Given the user has selected the Advanced search button and the Advanced search modal appeared
When the user selects the Starts with search type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that match the left-anchored search term
Scenario - Exact match
When the user selects the Exact match search type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that exactly match the search term entered
Scenario - Contains all
When the user selects the Contains all type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that contain the entered search term
Scenario - Contains any
When the user selects the Contains any type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that any of the entered search terms
mockup:
Requirements (see attached mockup): Additional dropdown that supports: starts with, exact match, contains all, and contains any
Default selection: Contains all
Scenarios:
Scenario - Starts with
Given the user has selected the Advanced search button and the Advanced search modal appeared
When the user selects the Starts with search type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that match the left-anchored search term
Scenario - Exact match
Given the user has selected the Advanced search button and the Advanced search modal appeared
When the user selects the Exact match search type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that exactly match the search term entered
Scenario - Contains all
Given the user has selected the Advanced search button and the Advanced search modal appeared
When the user selects the Contains all type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that contain the entered search term
Scenario - Contains any
Given the user has selected the Advanced search button and the Advanced search modal appeared
When the user selects the Contains any type
Then the search query should return authority results (1XX/4XX/5XX based on filter selections) that any of the entered search terms
mockup: