Skip to content

Add method for returning IDs from a query builder #38

@aaemnnosttv

Description

@aaemnnosttv

As it is, using a Query Builder with a model will always return a collection of model instances.

This means doing a bunch of queries that may not be necessary if IDs are all that are needed.

This would likely be possible via a new alternate terminating method of the query builder, such as resultIds() and/or another builder method like ids().

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions