:wave: Happy Friday everyone - sorry if this quest...
# getting-started
b
👋 Happy Friday everyone - sorry if this question was already asked. I wasn't able to find an answer to my question regarding the search. You can do the following easily: search: "platform:my_platform and upstreams:upstream_platform" and this would give me a list of all datasets in my platform which has upstream as upstream_platform - and this is amazing. However, I would like to search for DataSet - which is in my_platform but does not have any upstream set. Basically I would like to do: search: "platform:my_platform and upstreams:none" or search: "platform:my_platform and not upstreams" Or some other logic Any suggestions. Thank you very much Arturas
✅ 1
b
Thanks for the question, @billowy-alarm-46123! It appears to be that this can be achieved via the following query string:
Copy code
platform:my_platform AND NOT upstreams:*
I'm going to enlist my colleague @green-football-43791 to confirm - he's been very active in developing our search features recently.
g
that should work John! Nice find 🙂
b
@big-carpet-38439 - nice!
Thank you very much! it did the trick!