Age | Commit message (Collapse) | Author |
|
|
|
Also fix some warning in the code and add a missing alias
|
|
|
|
Now uses a trigram based search. This is a lot faster and gives better
results. Closes #185.
|
|
|
|
|
|
|
|
|
|
closes #117
|
|
collections.
Should speed up the queries because ecto doesn't have to parse the json.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes the placehold.it dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
|
|
|
|
|
|
|