WK
WK
I'll handle the rest of the items on [nocodb:enhancement/filters](https://github.com/nocodb/nocodb/tree/enhancement/filters).
We may also think about when a tag contains `,`, e.g. `Foo, Bar` and the query is like `Foo, Bar`.
@southball Please rebase. Seems the tests failed not because of your changes.
Closing - couldn't reproduce the issue - probably resolved at some point - feel free to reopen if necessary.
Fixed in `0.100.1`.
I think you're mixing up [Primary Value](https://docs.nocodb.com/setup-and-usages/primary-value) and [Primary Key](https://docs.nocodb.com/setup-and-usages/primary-key). Currently you can have multiple primary keys. When you create / edit a column, you can check NN (Not null)...
@lublak > Allow also the parent_id as primary key. About that, `parent_id` is of `ForeignKey` type which almost always allows duplicates (since you're using HasMany). I don't think it is...
Seems your use case is more on One-to-One relationship.
I couldn't produce the issue on the latest version (0.98.4). Can you confirm it on your machine?
@punndcoder28 In `nocodb-sdk`, we are using `axios@^0.21.1`. Is there any reason to use `axios: ^1.1.3`? It seems that the error thrown from axios since 1.0.0. If it's really necessary to...