| > We really put in the work, I'd love to hear from you if you try it out. I see that. And I saw that you have probably tick most of the boxes in my list. Excuse me for my late reply... > Along with REST endpoints Are they fully spec'ed (as in OpenAPIv3)? And may the spec change based on how you setup/evolve your site? I'm really, really done with writing boilerplate, a full spec (OpenAPIv3 or GraphQL) allows me to generate a client lib, and these spec standards have very cool generator for them. I went deeper into Payload, and the REST endpoints are unspecced (just docs for the endpoints, not formal spec for endpoints or their bodies). > full text search I mentioned it because it is a really hard problem. Keeping the search db and the main db in sync is hard, i18n when doing full text search is hard, allowing customization of the full text search engine is certainly also going to be hard. It would be great to have something that abstracts some of these away. |