Write and test filter expressions for the following criteria:
- All tiddlers tagged with
Application
. - All tiddlers tagged with both
Application
andOnboardingProcess
.- You'll need to add the
OnboardingProcess
tag to at least one application if you haven't done so already, if you want to see any results.
- You'll need to add the
- The tiddler
JaneDoe
, but only if it is tagged withApplication
.- You won't get any results for this one if you write it correctly, since Jane is not an application, so afterwards you might want to try adding the tag to Jane's tiddler so you can see how it behaves then.
- All tiddlers that link to the tiddler
EmployeeProfileSetupMeeting
.- Hint: In addition to
links[]
, there is abacklinks[]
operator.
- Hint: In addition to
- All tiddlers that link to the tiddler
EmployeeProfileSetupMeeting
and are not daily-journal tiddlers.
Go to answer: Ex:CreatingBasicFilters/answer