wow amazing I figured out how to fix Pleroma search. It's not perfect but it actually has results for many things that had no results before
Timeline
Post
Remote status
Context
1
@feld external search db provider(?)
Replies
4
@feld whatd you do? drop /add some indexs?
@doti well we had made a bunch of improvements to the search query stuff that in theory was more correct but we left a setting enabled for Postgres GIN that limited results as a side effect
also I optimized performance for people who have a TON of blocked users as the query plan wasn't optimal, and we should probably do this same trick in a bunch of other places in the codebase.
also I optimized performance for people who have a TON of blocked users as the query plan wasn't optimal, and we should probably do this same trick in a bunch of other places in the codebase.
@doti I feel like I have amnesia and every 2 years or so I think there's a simple explanation we are overlooking
https://git.pleroma.social/pleroma/pleroma/pulls/6650#issuecomment-112202
I've done it again
https://git.pleroma.social/pleroma/pleroma/pulls/6650#issuecomment-112202
I've done it again