[fix] Evolution of the search in the network tab
Created by: ArnaudCerisier
Merge request reports
Activity
Filter activity
10 10 DEFAULT_SEARCH_SIZE: 40, 11 11 ES_CORE_API_ENDPOINT: 'ES_CORE_API( ([a-z_][a-z0-9-_.]*))?( ([0-9.]+))?( ([0-9a-f:]+))?( ([0-9]+))' 12 12 }, 13 REGEXPS = { 14 SEARCH_FILTER: { 15 PERIOD: /_exists_:transactions[ ]+AND[ ]+medianTime:>=([0-9]+)[ ]+AND[ ]+medianTime:<([0-9]+)([ ]+AND)?/, 16 PUBKEY: /issuer:([a-zA-Z0-9]+)([ ]+AND)?/ 17
Please register or sign in to reply