Switch to unified view
a/src/rcldb/searchdata.cpp | b/src/rcldb/searchdata.cpp | ||
---|---|---|---|
... |
... |
||
17 | * Free Software Foundation, Inc., |
17 | * Free Software Foundation, Inc., |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | */ |
19 | */ |
20 | 20 | ||
21 | // Handle translation from rcl's SearchData structures to Xapian Queries |
21 | // Handle translation from rcl's SearchData structures to Xapian Queries |
22 | #include <stdio.h> |
||
22 | 23 | ||
23 | #include <string> |
24 | #include <string> |
24 | #include <vector> |
25 | #include <vector> |
25 | #include <algorithm> |
26 | #include <algorithm> |
26 | 27 |