Essentials
Managing Multi-User Search Results
Learn how to handle search results for different users in Supermemory
When building multi-user applications with Supermemory, you’ll often need to manage data for different users accessing the same account.
You might also want filters, like memories from multiple users, or in a certain time range, or products within a certain price category.
You can do all this filtering using Supermemory’s api.
Here’s a quick example
You can compose these conditions together to add filtering:
AND
OR
numeric
(greater than / less than)
Here’s an example call:
Was this page helpful?