Enable search exclusion and exact searches

like `-musk` to remove Elon results or `"eth"` for Ethereum results
This commit is contained in:
Sinclair Chen 2022-09-14 15:06:11 -07:00
parent 7aaacf4d50
commit 68b0539fc1

View File

@ -164,6 +164,7 @@ export function ContractSearch(props: {
numericFilters,
page: requestedPage,
hitsPerPage: 20,
advancedSyntax: true,
})
// if there's a more recent request, forget about this one
if (id === requestId.current) {