export const RECEIVE_SEARCH = 'RECEIVE_SEARCH'; export const receiveSearch = search => ({ type: RECEIVE_SEARCH, search })