|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
317 |
|
317 |
|
318 |
// This global variable defines if we are running with an index
|
318 |
// This global variable defines if we are running with an index
|
319 |
// stripped of accents and case or a raw one. Ideally, it should be
|
319 |
// stripped of accents and case or a raw one. Ideally, it should be
|
320 |
// constant, but it needs to be initialized from the configuration, so
|
320 |
// constant, but it needs to be initialized from the configuration, so
|
321 |
// there is no way to do this. It never changes after initialization
|
321 |
// there is no way to do this. It never changes after initialization
|
322 |
// of course. When set, it is supposed to get all of recoll to behave like if
|
322 |
// of course. Changing the value on a given index imposes a
|
323 |
// if was compiled with RCL_INDEX_STRIPCHARS
|
323 |
// reset. When using multiple indexes, all must have the same value
|
324 |
#ifndef RCL_INDEX_STRIPCHARS
|
|
|
325 |
extern bool o_index_stripchars;
|
324 |
extern bool o_index_stripchars;
|
326 |
#endif
|
325 |
|
327 |
#endif /* _RCLCONFIG_H_INCLUDED_ */
|
326 |
#endif /* _RCLCONFIG_H_INCLUDED_ */
|