xLog icon indicating copy to clipboard operation
xLog copied to clipboard

[suggestions] improving search results

Open cjh0613 opened this issue 1 year ago • 3 comments

Currently, the query keywords searched by https://xlog.app/search are case-sensitive.

To improve search results, it is recommended to modify it to be case-insensitive.

Thanks

cjh0613 avatar Jul 05 '23 14:07 cjh0613

I feel that this will affect the efficiency of database queries. cc @birdgg

DIYgod avatar Jul 17 '23 23:07 DIYgod

Prisma not support case insensitive query on JSON value field now. 😿

https://github.com/prisma/prisma/issues/7390

birdgg avatar Jul 18 '23 03:07 birdgg

This is truly shocking, but we can keep this issue and wait for prisma's support.

DIYgod avatar Jul 18 '23 13:07 DIYgod