How to search one name part only?

Discussion related to "Everything" 1.5.
Post Reply
abr01
Posts: 201
Joined: Tue May 01, 2018 4:57 pm

How to search one name part only?

Post by abr01 »

Sorry, i can't figure it out. Example, what would be the syntax for

schiff

Only that word. I don't want to also find containerschiff or frachtschiff etc.

I tried < > " " et cetera, but that doesn't work.
spooky
Posts: 56
Joined: Mon Feb 14, 2022 7:16 am

Re: How to search one name part only?

Post by spooky »

You can do

Code: Select all

exact:schiff.*
abr01
Posts: 201
Joined: Tue May 01, 2018 4:57 pm

Re: How to search one name part only?

Post by abr01 »

spooky wrote: Wed Feb 12, 2025 3:29 pm You can do

Code: Select all

exact:schiff.*
Hmm, i forgot to mention that i want to search that word in my image tags.
spooky
Posts: 56
Joined: Mon Feb 14, 2022 7:16 am

Re: How to search one name part only?

Post by spooky »

Wdym with image tags? You mean filter?

Code: Select all

pic:exact:schiff.*
abr01
Posts: 201
Joined: Tue May 01, 2018 4:57 pm

Re: How to search one name part only?

Post by abr01 »

spooky wrote: Wed Feb 12, 2025 5:08 pm Wdym with image tags? You mean filter?

Code: Select all

pic:exact:schiff.*
Yes, i mean the tags that are used for images. I try to find 'exact' tags (a single search term) inside a given path, and try to refine my search code that i use in combination with Direcktory Opus. So far it works well, only that i get way too many results because it wasn't 'exact'.

Everything is a choice for a search engine since Opus Version 13, but sometimes i have tp figure out the right syntax, which works both ways. Thanks!


@set query={dlgstring}
Find COLLNAME="evquery" CLEAR QUERYENGINE=everythingglobal QUERY tags:<{$query}> K:
Post Reply