Enable search exclusion and exact searches
like `-musk` to remove Elon results or `"eth"` for Ethereum results
This commit is contained in:
parent
7aaacf4d50
commit
68b0539fc1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user