Open keikari opened 1 year ago
Example: These return mostly different claims, only difference is the : at the end of the second params. {"method":"claim_search","params":{"text":"avatar","order_by":["creation_height"],"duration":["<11400",">7200"]}}
:
{"method":"claim_search","params":{"text":"avatar","order_by":["creation_height"],"duration":["<11400",">7200"]}}
{"method":"claim_search","params":{"text":"avatar:","order_by":["creation_height"],"duration":["<11400",">7200"]}}
If claim's title was Avatar: some text, would expect both queries to return it, but currently it's only returned by second one.
Avatar: some text
Also nice if this kinds of letters could be matched with the above: πΈπ§ππ₯ππ£
Example:
These return mostly different claims, only difference is the
:
at the end of the second params.{"method":"claim_search","params":{"text":"avatar","order_by":["creation_height"],"duration":["<11400",">7200"]}}
{"method":"claim_search","params":{"text":"avatar:","order_by":["creation_height"],"duration":["<11400",">7200"]}}
If claim's title was
Avatar: some text
, would expect both queries to return it, but currently it's only returned by second one.Also nice if this kinds of letters could be matched with the above: πΈπ§ππ₯ππ£