Closed kquinsland closed 1 year ago
hi @kquinsland can you try site:verge.com
?
hi @kquinsland can you try
site:verge.com
?
Thanks @jacksonh ... That works as expected!
I do not know why I didn't bother trying that first / didn't see it as an option and just assumed it wasn't currently possible.
We need to update the docs I think, along with the onboarding article.
My motivation for this is to create a more powerful rule set that looks like this:
But it appears that there is no way to filter by the origin URL for a particular bit of content.
Example:
Let's say that I add these three articles to my "inbox"
And then I search for some terms:
returns the article I expect:
Does not return anything:
Returns something, but is not the article I expect:
android
and the body content does mentionandroid
)The Ask: Add a new search operator for article origin URL. For my needs, I really only care about the host and not the full URL but I can see some use cases where a user may wish to perform a search over the full url. To this end, can I suggest two search operators:
url.host:www.example.com
which searches only the fqdn portion of the URLurl:/articles/2022
which searches over the entire/full URL. In this example, I am searching for any content that has/articles/2022
in the URL.Thoughts?