Switch to unified view
a/src/rcldb/searchdata.cpp | b/src/rcldb/searchdata.cpp | ||
---|---|---|---|
... |
... |
||
18 | // Handle translation from rcl's SearchData structures to Xapian Queries |
18 | // Handle translation from rcl's SearchData structures to Xapian Queries |
19 | 19 | ||
20 | #include "autoconfig.h" |
20 | #include "autoconfig.h" |
21 | 21 | ||
22 | #include <stdio.h> |
22 | #include <stdio.h> |
23 | #include <fnmatch.h> |
||
24 | 23 | ||
25 | #include <string> |
24 | #include <string> |
26 | #include <vector> |
25 | #include <vector> |
27 | #include <algorithm> |
26 | #include <algorithm> |
28 | #include <sstream> |
27 | #include <sstream> |