Giter VIP home page Giter VIP logo

Comments (2)

mikegoatly avatar mikegoatly commented on July 30, 2024

Hi @bielu!

So am I understanding it correctly that TranslatedQuery.Value will be some sort of built LIFTI query already, or does it need further translation?

Have a look at this fiddle: https://dotnetfiddle.net/bzSwFC how does that map to your requirements?

The only thing I'd point out is that LIFTI doesn't currently support a "not contains" operator (see #94) - you could fake it by building two queries, one for the includes, one for the excludes, and then filtering out the excluded results from the first set.

from lifti.

bielu avatar bielu commented on July 30, 2024

hi @mikegoatly,
Yes queries are already lifti queries, I am creting them based on translations on my subqueries.
About not contains, for now I can just tag it as not supported so Not query would be skipped or i can use your workaround.
Thanks!
will close thread after i get chance to test it ;)

from lifti.

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.