pub fn parse_search_fields<'a>( date: &'a str, details: &'a str, from_method: &'a str, to_method: &'a str, amount: &'a str, tx_type: &'a str, tags: &'a str, db_conn: &impl ConnCache, ) -> Result<NewSearch<'a>>