Closed code-monad closed 1 year ago
Adds support for script_search_mode field in SearchKey fields introduced in feat: add exact search mode ckb-indexer#64
script_search_mode
SearchKey
Note: To not influencing legacy codes, this field is set to omitempty, so it is safe to leave it not set if you just do not want the Exact Search Mode.
omitempty
Exact Search Mode
What does this PR do
Adds support for
script_search_mode
field inSearchKey
fields introduced in feat: add exact search mode ckb-indexer#64Note: To not influencing legacy codes, this field is set to
omitempty
, so it is safe to leave it not set if you just do not want theExact Search Mode
.