@@ -128,6 +128,8 @@ INSERT INTO searchIndex(name, type, path) VALUES ('json_pointer', 'Class', 'api/
128128INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::back' ,' Method' ,' api/json_pointer/back/index.html' );
129129INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::empty' ,' Method' ,' api/json_pointer/empty/index.html' );
130130INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::json_pointer' ,' Constructor' ,' api/json_pointer/json_pointer/index.html' );
131+ INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::operator==' ,' Operator' ,' api/json_pointer/operator_eq/index.html' );
132+ INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::operator!=' ,' Operator' ,' api/json_pointer/operator_ne/index.html' );
131133INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::operator/' ,' Operator' ,' api/json_pointer/operator_slash/index.html' );
132134INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::operator/=' ,' Operator' ,' api/json_pointer/operator_slasheq/index.html' );
133135INSERT INTO searchIndex(name, type,path )VALUES (' json_pointer::operator string_t' ,' Operator' ,' api/json_pointer/operator_string_t/index.html' );