Uploaded image for project: 'PHP ORMs'
  1. PHP ORMs
  2. PHPORM-292

Create filter expression from Laravel Query Builder

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • PHP Drivers
    • None
    • None
    • None
    • None
    • None
    • None

      In order to use a Query Builder as an expression for the $filter operator, it's necessary to convert a query into an expression syntax.

      $query->where('nb', '>', 10)
      

      Currently generates $gt query:

      {"nb": {"$gt": 10}}

      Add a new method to generate $gt expression:

      {"$gt": ["$nb", 10]}

       

            Assignee:
            Unassigned Unassigned
            Reporter:
            jerome.tamarelle@mongodb.com Jérôme Tamarelle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              None
              None
              None
              None