Giter VIP home page Giter VIP logo

Comments (5)

deanishe avatar deanishe commented on August 12, 2024

Does it match if you use a transliterated Latin query (poz, I think)?

from search-omnifocus.

kholodilov avatar kholodilov commented on August 12, 2024

No

from search-omnifocus.

kholodilov avatar kholodilov commented on August 12, 2024

Interesting, for perspectives it works perfectly with different case:
2016-08-16_15-03-57

from search-omnifocus.

deanishe avatar deanishe commented on August 12, 2024

I've looked into this, as I thought it might be a bug in something I'd written.

The reason perspective search works is because the workflow pulls the full list of perspectives from OmniFocus's sqlite database and does the filtering in Python, which understands Cyrillic case.

For other searches, sqlite's own search/filtering features are used, and sqlite doesn't support case-insensitive matching of non-ASCII.

You can filter perspectives in Python because there aren't many of them. Python's performance becomes noticeably slow with between a few hundred and a few thousands items, depending on the complexity of the search. sqlite can handle hundreds of thousands of items with ease.

from search-omnifocus.

rhydlewis avatar rhydlewis commented on August 12, 2024

Just looked into this in the hope that there was a fix but, unfortunately, @deanishe is correct: sqlite doesn't allow case conversion when querying for non-ASCII chars. I can't think of a straightforward fix for this. Sorry @kholodilov...

from search-omnifocus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.