Polymorphic dynamic search with Skuid?

Hi Glenn, Searching across multiple objects all at once is the ideal use case for search with SOSL, which Skuid currently doesn’t use or support at all via any Skuid API methods. So I’d recommend coding this up yourself right now, using JavaScript Remoting to perform the SOSL search on the Apex side, and jQuery UI Autocomplete or something like that for the front-end UI. Zach