Giter Site home page Giter Site logo

Comments (3)

 avatar commented on June 18, 2024

hi @kushal211, as for QBUser - there is no such feature,

You should use custom objects for this and fetch 'em using ctn operator:

Operator Applicable to types Usage example Description
lt Integer, Float score_value[lt]=1000 Less Than operator
lte Integer, Float score_value[lte]=850 Less Than or Equal to operator
gt Integer, Float bonus_count[gt]=2.45 Greater Than operator
gte Integer, Float bonus_count[gte]=56.443 Greater Than or Equal to operator
ne Integer, Float, String, Boolean game_mode_name[ne]=ctf Not Equal to operator
in Integer, Float, String game_mode_name[in]=deathmatch,rage Contained IN array operator
nin Integer, Float, String game_mode_name[nin]=survivor,crazy_nightmare Not contained IN array
all Array game_modes[all]=survivor,crazy ALL contained IN array
or Integer, Float, String 1.name[or]=sam,igor2.name[or]=sam&lastname[or]=johnson 1.Will return records with name sam or igor 2.Will return records with name sam or lastname johnson
ctn String username[ctn]=son Will return all records where username field contains son substring

from q-municate-ios.

 avatar commented on June 18, 2024

Hi @kushal211, Any updates?

from q-municate-ios.

kushal211 avatar kushal211 commented on June 18, 2024

Hi @pro100andrey ,

Yes, I was also thought the same. This thing can be possible using custom objects.
I need to store user detail in Custom objects like Name, Phone number and search for it using query. It seems little extra process.

But can you please take it as a requested feature for your next updates or so. This thing is really helpful.

Thank You :)

from q-municate-ios.

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.