Skip to content
Snippets Groups Projects
Commit 806267bc authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

Merge pull request #87 from tompoc/remove_todos

Remove TODOs
parents 7cd0ab4b 70db315b
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait;
* Represents Elasticsearch "ids" query.
*
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html
*
* @todo Add "type" support
*/
class IdsQuery implements BuilderInterface
{
......
......@@ -17,8 +17,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait;
* Elasticsearch Span not query.
*
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-not-query.html
*
* @todo Add options support
*/
class SpanNotQuery implements SpanQueryInterface
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment