Text search for word doesn't match word, and word: #118

Open
opened 2022-12-27 15:57:56 +01:00 by keikari · 0 comments
keikari commented 2022-12-27 15:57:56 +01:00 (Migrated from github.com)

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: 𝔸𝕧𝕒𝕥𝕒𝕣

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: 𝔸𝕧𝕒𝕥𝕒𝕣
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/hub#118
No description provided.