NewIntellectual wrote:
Thanks for the clarification, I got that to work.
Can you elaborate a little on the difference between "mixed" and "model/database"?
Incidentally the documentation search does not work on the local filesystem installed docs, just on your website.
Search on the locally installed docs is a javascript issue that is caused by browsers not executing the required javascript locally... Firefox did work for a long time but I think that's also not working anymore. For search you have to use the online version.
Mixed means there are database-sourced elements in the relational model data, e.g. views, stored procedures, as these are always sourced from the database system. Model means it's always using the entity model as source, and therefore views/stored procedures can't be added nor are they refreshed when synced. Database means everything, including tables, are sourced from the database.