Pinyin search modifier

Discussion related to "Everything" 1.5 Alpha.
Post Reply
void
Developer
Posts: 16079
Joined: Fri Oct 16, 2009 11:31 pm

Pinyin search modifier

Post by void »

Everything 1.5.0.1320a adds support for an experimental pinyin: search modifier.

Only the first pinyin character of each Chinese character is required.

Please let me know if this modifier is useful.



For example:
pinyin:yq matches: 一切
(yi1 qie1 qie4)



To make a filter to always search as pinyin:
  • In Everything 1.5, from the Search menu, click Add to filters....
  • Change the Name to: Pinyin
  • Change the Search to: pinyin:<#param:>
  • Click OK.
  • Activate the Pinyin filter from the Search menu.
bigheadghost
Posts: 2
Joined: Tue Aug 15, 2017 2:31 am

Re: Pinyin search modifier

Post by bigheadghost »

Finally🎉!

Wait for this fantastic feature so looooooooooooong!

future enchancement could be heteronym support.

for example, 长:
"长 高" reads "zhang3" "gao1", here "长" means "grow up"
"长 短" reads "chang2" "duan3", here "长" means "long"

so, "zg" should match the first (but now it uses "cg"), while "cd" should match the second.
void
Developer
Posts: 16079
Joined: Fri Oct 16, 2009 11:31 pm

Re: Pinyin search modifier

Post by void »

Everything 1.5.0.1340a improves pinyin:

fixed an issue with new files matching pinyin.
matching pinyin is now highlighted.
yhuis
Posts: 7
Joined: Mon Jan 28, 2019 10:50 am

Re: Pinyin search modifier

Post by yhuis »

How to use pinyin when searching Comment Properties?
NotNull
Posts: 5386
Joined: Wed May 24, 2017 9:22 pm

Re: Pinyin search modifier

Post by NotNull »

Search modifiers like pinyin: are put in front of the functions they work on.

Does pinyin:comment:"your text" give the expected results?
yhuis
Posts: 7
Joined: Mon Jan 28, 2019 10:50 am

Re: Pinyin search modifier

Post by yhuis »

NotNull wrote: Sun Apr 30, 2023 5:48 pm Search modifiers like pinyin: are put in front of the functions they work on.

Does pinyin:comment:"your text" give the expected results?
Your answer was spot-on, many thanks!
lucidity
Posts: 2
Joined: Tue Jul 23, 2024 2:33 am

Re: Pinyin search modifier

Post by lucidity »

Hi, How to enable the modifier by default?

Looking forward to supporting full spelling(全拼-quanpin) in the future.
I mean pinyin:yiqie matches: 一切
(yi1 qie1 qie4)

Full spelling is more in line with Chinese typing habits.

Thanks.
void
Developer
Posts: 16079
Joined: Fri Oct 16, 2009 11:31 pm

Re: Pinyin search modifier

Post by void »

I will add a pinyin QuanPin option.
This option will be enabled by default.

Thank you for the suggestion.



To make a filter to always search as pinyin:
  • In Everything 1.5, from the Search menu, click Add to filters....
  • Change the Name to: Pinyin
  • Change the Search to: pinyin:<#param:>
  • Click OK.
  • Activate the Pinyin filter from the Search menu.
lucidity
Posts: 2
Joined: Tue Jul 23, 2024 2:33 am

Re: Pinyin search modifier

Post by lucidity »

void wrote: Tue Jul 23, 2024 4:31 am To make a filter to always search as pinyin:
It worked, thank you very much, it's awesome.

I think QuanPin will be better adapted to multi-phonetic characters.

As in the example above,
pinyin:zhanggao matches: 长高
pinyin:changduan matches: 长短
Post Reply