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

lowercase:true not working in the array #1277

Closed
Mirodil opened this issue Jan 9, 2013 · 8 comments
Closed

lowercase:true not working in the array #1277

Mirodil opened this issue Jan 9, 2013 · 8 comments
Labels
new feature This change adds new functionality, like a new method or class
Milestone

Comments

@Mirodil
Copy link

Mirodil commented Jan 9, 2013

lowercase:true not working in the array for a example:

var RecipeSchema = new Schema({
  tags:[{
        type:String,
        lowercase: true,
        trim:true
    }]
})
@aheckmann
Copy link
Collaborator

by design, but would be nice. thought we had another ticket open for this but i can't find it. thanks for opening.

@nickpoorman
Copy link

+1

@wshaver
Copy link

wshaver commented Apr 15, 2013

Does "by design" mean that you're not wanting this to be fixed? Would you accept an implementation of this if one were written?

@aheckmann
Copy link
Collaborator

@wshaver we would accept it.

@aj0strow
Copy link

aj0strow commented Nov 6, 2013

very unexpected! broke my test suite

@ChristianRich
Copy link

+1

1 similar comment
@dhritzkiv
Copy link
Contributor

👍

@vkarpov15 vkarpov15 added this to the 3.9.6 milestone Nov 14, 2014
@vkarpov15
Copy link
Collaborator

Same problem as #661, fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This change adds new functionality, like a new method or class
Projects
None yet
Development

No branches or pull requests

8 participants