-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 support and search by name instead of full text search config option, allowing full search with zim: prefix #22
base: master
Are you sure you want to change the base?
Conversation
Python3 support and search by name only option
Made the .local a symlink to avoid having to do it on rebuilds.
… off in the config
@shanness where have you been all these years? :) Can't wait to test it out, but I'm not sure how to install it on Ubuntu. Can you give a simple instruction? Oh, I see that you have your own repo https://github.com/shanness/zimsearch with your tweaks. Will go through the installation recommendations and report back. |
Installed the plugin with your tweaks! That's what I did:
The first thing that stood out is that your plugin works only when Zim is already open. That's somehow confusing, because you normally would expect it to work even when Zim isn't running, at least this was the case with the previous version. I've already had the case that Zim was closed and I started to type the page title in Gnome's shell search, but it didn't appear, because Zim was closed. Then I tried the full text search feature with Maybe it would be more intuitive to use Happens ob Ubuntu 21.10 with Zim 0.74.3-SNAPSHOT-t202204171730. |
Hi @sojusnik, it's working for me. If I do Basically my HD goes crazy with |
Added tip about how to do full search when only pages selected.
It indeed does work … if I wait for about 10 seconds. Maybe showing an indicator that a full text search is performing wouldn't hurt, to avoid misunderstandings for new users.
Yeah. Because of your tweak, this great plugin is now usable again, but this issue still remains though:
Nevertheless, thanks for updating it! |
Hey @sojusnik ,
I've never written a search provider. But if you have any idea how I'd do that, happy to give it a go (I did a bit of a search and couldn't find anything). Have you ever seen another search provider show an indicator like that (I might be able to hack it from their source).
Hmm, really? I didn't make any mods I don't think which should have changed that. I'm just really wrapping the search in I actually used a pile of code already written to migrate to Python 3. Maybe one of the other users patches broke that?
No worries :) |
Unfortunately, no. Don't know how to code either.
I'm sure it worked without having Zim to run in the background in the previous release, before @achadwick did his tweaks and added the search functionality.
Can't help you with that, sorry, this code looks like gibberish to me. |
Fixes #14 #15 and #13