Full text search
Hi,
I've got this calculation and a query that's trying to sort by it
but I'm getting this error:
`
4 Replies
Sorry, this is the way I was loading it:
|> Ash.Query.sort([{:search_rank, %{search_query: search_query}, :desc}])
That gives me this fun error:If i change it to
i get
making sure it isn't one of the other 4 resources im queryng that's breaking this
think i got it working
Hey, looks like you got this working
https://blog.1-800-rad-dude.com/posts/2025/08-13-Adding-Postgres-Full-Text-Search-to-an-Ash-Project.html
Here's how I added full text search if that helps