rhydlewis / search-omnifocus

Alfred workflow that allows free text searching of OmniFocus tasks
277 stars 14 forks source link

Getting "No Items" more often then not #7

Closed timbroder closed 9 years ago

timbroder commented 9 years ago

The base search isn't finding many of my tasks. What other info can I provide to help debug?

Thanks

2015-08-23_1208
rhydlewis commented 9 years ago

Hmm, sorry to hear that. Can you do the following?

Cheers

timbroder commented 9 years ago

Sure, Thanks!

https://gist.github.com/broderboy/066bf6dcce47e138fd7b/

rhydlewis commented 9 years ago

Do you have the Mac AppStore version or did you buy Omnifocus direct from Omnigroup? I'm wondering whether there is an older database stored in the non-Mac App Store location which means the workflow isn't using a more up to date version.

Can you run the following 2 commands and send me the results?

ls -la /Users/tbroder/Library/Containers/com.omnigroup.OmniFocus2/Data/Library/Caches/com.omnigroup.OmniFocus2/OmniFocusDatabase2
ls -la /Users/tbroder/Library/Containers/com.omnigroup.OmniFocus2.MacAppStore/Data/Library/Caches/com.omnigroup.OmniFocus2.MacAppStore/OmniFocusDatabase2
timbroder commented 9 years ago

I bought in the MAS

https://gist.githubusercontent.com/broderboy/eaab4c6dedeb61c29045/

Thanks

rhydlewis commented 9 years ago

Try this release. It checks if an older, non-Mac AppStore database exists and then switches to the newer, MAS version instead. Let me know if it works.

timbroder commented 9 years ago

Working perfectly! Thanks!!