Skip to content
Snippets Groups Projects
Commit 009a9640 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

enable indexing

parent 47b18c9a
No related branches found
No related tags found
No related merge requests found
......@@ -180,13 +180,11 @@ mr_add(
smr->smr_compat_syntaxes = compat_syn;
smr->smr_normalize = def->mrd_normalize;
smr->smr_match = def->mrd_match;
#ifdef SLAP_NVALUES
/* disable indexing for now */
#else
#ifndef SLAP_NVALUES
smr->smr_convert = def->mrd_convert;
#endif
smr->smr_indexer = def->mrd_indexer;
smr->smr_filter = def->mrd_filter;
#endif
smr->smr_associated = amr;
if ( smr->smr_syntax_oid ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment