Skip to content

Commit

Permalink
Removing CachedQueryBuilderSearchingContext (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-gzocha authored Aug 12, 2016
1 parent 4309e0e commit 7e04b6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 68 deletions.
5 changes: 5 additions & 0 deletions docs/class/searching-context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ and ``getResults()`` for allowing searcher to fetch the results after the query
This is giving you great power, but with great power comes great responsibility. Please take care of your results
and make sure you will always return what you really expect.

.. warning::

Configuration of the query builder passed to SearchingContext should be done outside of the library, as it is not
Searcher's responsibility to configure all query builders.

Symfony/Finder example
-----------------------

Expand Down

This file was deleted.

44 changes: 0 additions & 44 deletions tests/Context/Doctrine/CachedQueryBuilderSearchingContextTest.php

This file was deleted.

0 comments on commit 7e04b6e

Please sign in to comment.