|
|
|
|
|
by gutensearch
1964 days ago
|
|
Thanks for the details! I tried your search string but could not replicate the exact bug (either app not working at all, or your error message). What is your setup and connection speed? Please feel free to email me instead at contact@ if you would prefer to preserve your privacy. "Days of our lives" returns fine on the Search tab and times out (as I assumed it would, with such common words) on the Discovery tab because the broader plainto_tsquery is returning too many rows to rank in time. ...which made me think, Discovery ranks by random(), so I do not need to calculate ts_rank... time to push a quick fix! Regarding pg_dump, I originally wanted to do this, but at 60GB a pop the bandwidth would be quite expensive if the thing got popular at all; I recommend you head to the repository [1] and build it locally instead. [1] https://github.com/cordb/gutensearch |
|