monacousa-portal/server
Matt c0c5ae6c44
Build And Push Image / docker (push) Waiting to run Details
fix(events): Update NocoDB query syntax to match official API documentation
- Use btw (between) operator for date ranges instead of gte/lte
- Use proper ~or and ~and logical operators for complex conditions
- Use like operator with %wildcards% for search functionality
- Role-based filtering with correct OR conditions for board visibility
- All query syntax now matches official NocoDB v2 API documentation

This should resolve the 422 Unprocessable Entity errors by using the
correct query parameter format that NocoDB expects.
2025-08-12 13:22:41 +02:00
..
api fixes 2025-08-12 12:53:05 +02:00
plugins Implement dynamic admin configuration system for NocoDB settings 2025-08-07 20:18:28 +02:00
templates Fix email template compatibility and enhance user dashboard 2025-08-11 16:26:51 +02:00
utils fix(events): Update NocoDB query syntax to match official API documentation 2025-08-12 13:22:41 +02:00