yesodweb / yesodweb/persistent

MongoDB's `nestIn` and `nestNotIn` are impossible to use and should be removed

Open
#1,083 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Haskell
Stars
486
Forks
306
PR merge metrics
No merged PRs in 30d

Description

nestNotIn ($nin) takes an array of values and filters out any record where the field is an element of this array.

In the persistent library though, nestNotIn does not take a collection such as a list or set and instead takes a single element - this is just nonsense.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names MongoDB's nestIn and nestNotIn but no files or tests. Start by locating their definitions and MongoDB implementation in the persistent source, then compare the accepted values with MongoDB's $nin semantics. Done means the intended removal is applied consistently and the affected behavior is covered by the repository's existing checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
haskell, mongodb
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.