User Story
As a customer, I want elasticlunr search to be configured so that it uses AND not OR for searches.
Description
- Currently the elasticlunr search will return a coder who matches any keyword in a search. So, for example, the search "python ruby" will return coders who have either python OR ruby in their profile.
- The elasticlunr search should be adjusted so that if we have multiple search terms in a single search only coders who have both python AND ruby in their profile will be returned.
Acceptance Criteria
Implementation
User Story
As a customer, I want elasticlunr search to be configured so that it uses AND not OR for searches.
Description
Acceptance Criteria
Implementation