Revision 2074
Added by Matt Jones over 20 years ago
metacat.properties | ||
---|---|---|
60 | 60 |
datafilesizelimit=1000 |
61 | 61 |
defaultcontenttype=@defaultcontenttype@ |
62 | 62 |
query.ignored.params=enableediting,foo |
63 |
usexmlindex=false |
Also available in: Unified diff
Changed printAttributeQuery() to no longer depend on the xml_index table. Now, if useXMLIndex is false, the method will use a recursive query on xml_nodes to match paths instead of using xml_index.