SoftwareBrothers / adminjs-mongoose

Mongoose adapter for AdminJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AND of multiple words in find for string

tomups opened this issue · comments

Right now, when using a filter for string type, the regex used only works for a single word, or for an exact full phrase match if using multiple words.

I think it's more useful if it does an AND when multiple words are inputted.

I have made a PR for this in case it's considered useful.