this post was submitted on 27 Jun 2023
33 points (97.1% liked)
Lemmy
12575 readers
1 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The main issue is that currently searching hits the database hard, and database load is already the main bottleneck for Lemmy performance.
I think there need to be backend changes first, such as support for Meilisearch or similar before search options can be extended.