mobilizon.chapril.org-mobil.../lib/mobilizon_web/resolvers
Thomas Citharel 4ec40d601b
Implement search with PostgreSQL trigrams
Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Rename function to reflect that we only get one result

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Add loggers and make Ecto call parallels during search

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Implement trigrams for events & replace pg similarity operator % with <%

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-02-22 13:53:10 +01:00
..
category.ex Add Credo checks and refactor code 2019-01-03 15:52:48 +01:00
comment.ex Add Credo checks and refactor code 2019-01-03 15:52:48 +01:00
event.ex Implement search with PostgreSQL trigrams 2019-02-22 13:53:10 +01:00
group.ex Implement search with PostgreSQL trigrams 2019-02-22 13:53:10 +01:00
person.ex Handle validated users without profiles 2019-01-30 15:59:30 +01:00
search.ex Implement search with PostgreSQL trigrams 2019-02-22 13:53:10 +01:00
tag.ex Allow tag relations + bump ecto deps 2019-02-21 16:58:14 +01:00
user.ex Handle validated users without profiles 2019-01-30 15:59:30 +01:00