
On 14-5-2011 12:53, Barend Gehrels wrote:
I added !debug regular-expression , I don't see anything in the log.
Oops, I misunderstood this, sorry. I thought that any regex would be debugged. But, after re-reading, I noticed that of course you have to add a regex there. So I added !debug point_type And it gives me: Debug term found, in block with ID: geometry.reference.adapted.register.boost_geometry_register_box_2d_4values Current section title is: BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES The main index entry will be : BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES The indexed term is: point_type The search regex is: \<point_type\> The section constraint is: (?!geometry.reference.adapted.register.*).* The index type for this entry is: But this block is exactly the same as in constraints where it should show up: Debug term found, in block with ID: geometry.design Current section title is: Design Rationale The main index entry will be : Design Rationale The indexed term is: point_type The search regex is: \<point_type\> The section constraint is: (?!geometry.reference.adapted.register.*).* The index type for this entry is: Barend