department-of-veterans-affairs/vets-website

View on GitHub
src/applications/resources-and-support/constants/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export const RESULTS_PER_PAGE = 10;
export const SEARCH_IGNORE_LIST = [
  'a',
  'an',
  'and',
  'as',
  'at',
  'but',
  'by',
  'for',
  'from',
  'i',
  'in',
  'of',
  'on',
  'or',
  'so',
  'the',
  'to',
  'with',
  'yet',
];