Ash.Query fragment inside a select?
Hello, I'm trying to replicate this query with Ash.Query:
Note: Ignore the contants line, that is only to testing.
What I was able to get working is this so far:
What I'm not sure how to do is create that select that will run the
I believe I probably can get that using calculation, but if possible I would like to have that directly in the query.
Note: Ignore the contants line, that is only to testing.
What I was able to get working is this so far:
What I'm not sure how to do is create that select that will run the
similarity function and then use it in my order by.I believe I probably can get that using calculation, but if possible I would like to have that directly in the query.
