URL Entity Resolution#
Structr uses URL parts to resolve entites and make the entity available using the current
keyword - if found.
Example:
https://support.structr.com/article/166dfb5822eb4c64a9c9a21787b2f881
https://support.structr.com/article/URL%20Entity%20Resolution
Both URLs will resolve the same entity, because Structr uses the name
property of a node to resolve an entity.
You can specify custom attributes for entity resolution with the HtmlServlet.resolveProperties
configuration parameter in structr.conf
, e.g.
HtmlServlet.resolveProperties = AbstractNode.name, MyClass.normalizedName