gdub01
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
thanks so much man. that's amazing.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
it works!!!! 💯
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
wow man lightning. 🙂 ty okay
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
Ah nooo I missed that earlier man so sorry
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
so that shouldn't be a string then maybe
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
Oh shoot ya good point
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
that's the whole read action.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
just the filter expression
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
correct
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
I've seen it elsehwere like this:
WHERE to_tsvector('english', query) @@ websearch_to_tsquery('english', 'natural loofah')
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
The @@ is from postgres.
WHERE query @@ document OR similarity > 0
is the vanilla way to do it.97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
Okay I updated rank title to float and it's still doing the same.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
I just tried it and looks like I'm stilling hitting.. somthing. In mix:
I updated to AshPostgres.Tsquery:
Rank title:
Query:
and getting:
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
Wow thanks man. That was fast 🙂
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
Ah no luck.
gotta drop off for a meeting here
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.

97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
so I know ts_rank exists.
97 replies
AEAsh Elixir
•Created by gdub01 on 9/20/2023 in #support
Fragment with multiple 'from' items.
This code runs in postgres directly:
97 replies