How can we return an ObjectSet with default ordering using orderByRelevance in a Function?
https://www.palantir.com/docs/foundry/functions/api-object-sets/#ordering-and-limiting The documentation makes it seem like it’s only possible to do this if we also use take or takeAsync methods. Is this the case? Do I just need to change my Function signature?
In my use case I’d like to return the full ObjectSet with ordering as orderByRelevance to an Object table (and not use a column sort).