Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set empty relations as loaded too and prevent unnecessary database queries. #116

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2016

  1. Set the relations as loaded although the related models field is empt…

    …y on the elastic document. This prevents future queries when accessing the relationship via the magic __get method.
    mendicm committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    d6fd8f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mendicm/empty-relations-patch

    Set empty relations as loaded.
    mendicm committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    d02488e View commit details
    Browse the repository at this point in the history
  3. Added missed use.

    mendicm committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    5eb82c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Change package name.

    mendicm committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    7f7ca68 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Merge pull request #3 from elasticquent/master

    Merge elasticquent/Elasticquent
    mendicm committed May 30, 2018
    Configuration menu
    Copy the full SHA
    8bd4cbd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. WTF?

    mendicm committed May 31, 2018
    Configuration menu
    Copy the full SHA
    23c9de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Update composer.json

    mendicm committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    c68bd7b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Update ElasticquentTrait.php

    mendicm committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    be6aaff View commit details
    Browse the repository at this point in the history