In this step, we create a CTXRULE index on our news_categories query column.
CTXRULE
create index news_cat_idx on news_categories(query) indextype is ctxsys.ctxrule;
Scripting on this page enhances content navigation, but does not change the content in any way.