restructure: move search.rs and query.rs into query/ directory

search.rs → query/engine.rs (algorithms, pipeline, seed matching)
query.rs  → query/parser.rs (PEG query language, field resolution)
query/mod.rs re-exports for backwards compatibility.

crate::search still works (aliased to query::engine).
crate::query::run_query resolves to the parser's entry point.

No logic changes — pure file reorganization.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
ProofOfConcept 2026-03-14 17:49:27 -04:00
parent c9e622e150
commit 55715ad998
4 changed files with 18 additions and 2 deletions

File diff suppressed because it is too large Load diff