Question in regard of setting up a query properly

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

I would like to use a property [week] within a query in order to make only notes shown, that do have this property. But the way I do it also gives me notes containing text that includes the four digits that stand for the week in question…

What should I do in order to see just what I want to see?

Thanks for some advice pointing me into the right direction…

… Best, Wolfgang

Hi @wolffobsid,

Searching properties has a slightly different format than you have there. Try:

```query
[week:2612]
```

The “Explain search terms” feature on the Search sidebar panel is helpful to show you what your query is doing:

More info in the docs:

Craig

Hi Craig,

thanks a lot. This was really helpful :blush:

Best, Wolfgang

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.