You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ORDER BY RANK with FullTextScore or RRF functions, and also applying Skip/Take we get error:
Invalid OFFSET/LIMIT spec for Hybrid Search query. Expected a number literal in order to distribute query correctly.
What EF generates by default is a parameter for Skip/Take. This happens in funcletizer, which is in Core and also way to early for us to know if we are dealing with full text search ordering.