WIP: improve search #1

Closed
rob wants to merge 26 commits from improve-search into master
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 7d79d3aed4 - Show all commits

View File

@ -16,11 +16,8 @@ use actix_web::{middleware, web, App, HttpResponse, HttpServer};
use failure::Error;
use r2d2_sqlite::SqliteConnectionManager;
use rusqlite::params;
use std::env;
use std::{env, cmp, io, fmt};
use std::ops::Deref;
use std::cmp;
use std::io;
use std::fmt;
use serde_json::Value;
const DEFAULT_SIZE: usize = 25;