Petar Korponaić
Petar Korponaić
@Maqhosha your collection looks good. What doesn't work? Do you have any error messages? Maybe problem can be in naming convention: kitchen expects object names in "snake case" (instead `tblCountry`...
@Maqhosha If you are using "kitchen", there is "lookup field" in a form (see "example-invoices") - it will show data from the collection in select box in a form. If...
@Maqhosha I cannot help you that way - you need to describe problem in details and give me steps to reproduce.
Do you have server-side publish code for these? ("sports_personality", "teams", ... ) ?
@l1br3 known bug. Query Filter and Options are stored in json format as part of kitchen input file, and mongo operators cannot be stored in database in that form. My...
@l1br3 changed CLI to accept query filter and options both in json and string format (json will be removed in the future) but I cannot publish that before I change...
@l1br3 new GUI is updated, but nothing published yet - need to fix old GUI too. Got workload here, but I'll try to make something (again - 24 hours after...
Ok thank you! I'll see what I can do
Hi @mttstt Filter and Options in GUI should be json, not js, so if you try: `{ $ne: null }` that will not work, you must enclose property names into...
Thank you Ben, I'l take a look. Cheers!