Page 1 of 1

Mots clés

Posted: Thu Nov 03, 2022 4:22 pm
by demoniak61
Bonjour,

est-il possible de faire une recherche sur les "mots clés"

Re: Mots clés

Posted: Thu Nov 03, 2022 5:14 pm
by NotNull
Translation:
is it possible to do a search on "keywords"?

What are these keywords? Can you give an example?

(Please post in English language; https://www.deepl.com/translator#fr/en/ can help with that)

Re: Mots clés

Posted: Thu Nov 03, 2022 10:59 pm
by void
Cherchez-vous des tags/mots-clés ?

La recherche, l'affichage, le tri et l'indexation des balises/mots-clés sont en cours de développement.

Si vous souhaitez essayer cela maintenant, veuillez consulter l'Everything 1.5 alpha.
(Prise en charge de l'anglais uniquement pour le moment).

Mots clés



Pour rechercher des balises/mots-clés dans Everything 1.5, incluez les éléments suivants dans votre recherche :

tags:"mon tag"



Pour afficher la colonne des balises :
Cliquez avec le bouton droit sur l'en-tête de la colonne de la liste des résultats et cliquez sur Ajouter des colonnes....
Rechercher des balises
Sélectionnez les balises et cliquez sur OK.


Are you looking to search tags/keywords?

Searching, displaying, sorting by and indexing tags/keywords is in development.

If you would like to try this now, please check out the Everything 1.5 alpha.
Support for English only at the moment.

tags



To search for tags/keywords in Everything 1.5, include the following in your search:

tags:"my tag"



To show the tags column:
Right click the result list column header and click Add columns....
Search for tags
Select tags and click OK.

Re: Mots clés

Posted: Fri Nov 04, 2022 8:01 am
by demoniak61
Hello,
Thank you, This is exactly what I want.
Searching by tags

Re: Mots clés

Posted: Fri Nov 04, 2022 8:20 am
by demoniak61
I just tried it, it works but it doesn't accept accent marks, it's already a big step!

Thanks a lot

Re: Mots clés

Posted: Fri Nov 04, 2022 10:31 am
by void
Tags with accents appear to work here, could you please give an example?

Please make sure Match Diacritics is unchecked under the main Search menu.


For example:
tag:"Mots clés" will match the tag Mots clés
tag:"Mots cles" will match the tag Mots clés
tag:"Mots clés" will match the tag Mots cles
tag:"Mots cles" will match the tag Mots cles



What type of file has the tag with an accent?

Re: Mots clés

Posted: Fri Nov 04, 2022 10:39 am
by demoniak61
Image

Here is an example of the result, the word, in French is : "Descriptif détaillé et"

Re: Mots clés

Posted: Fri Nov 04, 2022 11:15 pm
by void
Thank you demoniak61 for sending me the PDF file.

Everything is not decoding the accents correctly.

This will be fixed in the next alpha update.

I'll make another post here once this is ready for testing.

Re: Mots clés

Posted: Thu Nov 10, 2022 6:17 am
by void
Everything 1.5.0.1328a fixes an issue with reading text properties from PDF files.

Everything will now read accents and non-ASCII text correctly.

Re: Mots clés

Posted: Wed Dec 14, 2022 7:24 am
by demoniak61
Hello,

Is there any way to do a simultaneous search in titles and keywords without having to add the precise tags each time?

Thanks a lot

Re: Mots clés

Posted: Wed Dec 14, 2022 7:28 am
by void
To search for files with the "Mots" tag OR the cles tag, search for:
tag:Mots | tag:cles

To search for files with the "Mots" tag AND the cles tag, search for:
tag:Mots tag:cles



-or, with using subexpressions:

To search for files with the "Mots" tag OR the cles tag, search for:
tag:<Mots|cles>

To search for files with the "Mots" tag AND the cles tag, search for:
tag:<Mots cles>

Re: Mots clés

Posted: Wed Dec 14, 2022 8:09 am
by demoniak61
Yes, I understand, what I would like is to simply enter a word and have it search simultaneously in the title and the keywords
maybe by having a checkbox in the options (suggestion)

Re: Mots clés

Posted: Wed Dec 14, 2022 8:12 am
by demoniak61
precision : search without having to add tags.

Re: Mots clés

Posted: Wed Dec 14, 2022 10:05 pm
by void
Please try creating a filter to search the filename OR tags:
  • In Everything, from the Search menu, click Add to filters....
  • Set the Name to:
    Filename or Tag
  • Change the Search to:
    #replaceterms:#(:search:#):,#(:<#term:|tag:#term:>#):
  • Change the Macro to:
    filenameortag<search>
  • Click OK.
Filters can be activated from the Search menu, Filter bar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.

I assume you are indexing tags.
Otherwise, this will be really slow.

Re: Mots clés

Posted: Thu Dec 15, 2022 3:22 pm
by demoniak61
Hello,

Thanks, thanks to your advice, it works.

Yes, indeed, I found how to index the tags.

One more question, how to not display the folders but only the files ?

Re: Mots clés

Posted: Thu Dec 15, 2022 9:00 pm
by void
Please include the following in your search:

file:

Re: Mots clés

Posted: Fri Dec 16, 2022 8:36 am
by demoniak61
Hello,

Ok, thanks but how do I add it in my filter?

Replace the search with: #replaceterms:#(:search:#):,#(:<#term:|tag:#term:>#):
Replace the macro with: filenameortag<search>

Re: Mots clés

Posted: Fri Dec 16, 2022 8:37 am
by void
Replace the search with: #replaceterms:#(:search:#):,#(:<file:#term:|file:tag:#term:>#):

Re: Mots clés

Posted: Fri Dec 16, 2022 8:41 am
by demoniak61
I think I found :

no-folders:
#replaceterms:#(:search:#):,#(:<#term:|tag:#term:>#):

Is that good?

PS: what is the difference between no-folder and no-folders?

Re: Mots clés

Posted: Fri Dec 16, 2022 8:43 am
by void
no-folders: at the start like that will not work for some complex searches.

no-folders: is the same as no-folder:

Re: Mots clés

Posted: Fri Dec 16, 2022 8:48 am
by demoniak61
void wrote: Fri Dec 16, 2022 8:43 am no-folders: at the beginning like that will not work for some complex searches.

no-folders: is the same as no-folder:
It's strange, no-folder gives me a null result, while no-folders gives results!

Thanks again, I have adopted your solution.

Re: Mots clés

Posted: Thu Mar 21, 2024 2:46 am
by fred_gaou
Testing 1.5.0.1371a (x64) currently and can not find a way to make this work.

This search input works

Code: Select all

#replaceterms:#(:test#):,#(:<#term:|tag:#term:>#):
Image

Here is the filter tested :

Code: Select all

#replaceterms:#(:search:#):,#(:<#term:|tag:#term:>#):
Image

But applying through the function via filter doesn’t work :
Image

And the filter return nothing when empty (I don’t know if it’s expected) :
Image

https://justpaste.it/a5qq2 👈🏻 here are my settings. Using Windows 10 22H2.

https://justpaste.it/fr37x👈🏻 here is the troubleshooting information.

Re: Mots clés

Posted: Thu Mar 21, 2024 11:25 am
by void
The macro is missing.

Leave the macro blank, but change your filter search to:

#replaceterms:$param:,#(:<#term:|tag:#term:>#):

Re: Mots clés

Posted: Thu Mar 21, 2024 6:46 pm
by fred_gaou
Awesome ! I would not have guessed this one.