react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

User-friendly query builder for React

Results 218 react-awesome-query-builder issues
Sort by recently updated
recently updated
newest added

I'm running this version "react-awesome-query-builder": "4.10.0" at the moment In my field settings i have a list of values ( fieldSettings.listValues ) that has 1 of the values that does...

**Is your feature request related to a problem? Please describe.** I want the ability to search against a free form list of words. Currently the only free form input field...

themes
improve

**Describe the bug** 'isEmpty' in Mongo if it's an empty array it doesn't check, lets it pass **To Reproduce** {"segments.career":{"$in":["",null]}} **Expected behavior** {"segments.age": {$ne: []}}

bug
export
waiting for response

**Describe the bug** When installing the package, we are obliged to install `@material-ui/*` dependencies even if we don't use them. Would it be possible to make them optional please ?...

Hello, I'm using the querybuilder in a project and today I added string operation functions such as **in** , **concat** and **substring** . After that, I defined valueSources to be...

waiting response

Hi hope you are doing great My query is that i want to query my database for more than one keyword, at the moment i am only having a single...

I am looking to do some form of filter on an object: ``` const data = [{ name: 'Test', address: { country: 'JM' } }] const exists = someLib.filter('sql |...

Not a bug but a question. I see how to build expressions using the editor, but how do I use the output of the expressions to assign return values? For...

Hello - I am very interested in using your app to build queries, but I have looked through the documentation and examples and cannot find out the recommended way to...

My QB got a little slow gradually, i was ignoring it until we added support for some new type and everything got super slow when the field of the new...

waiting response