ppshobi / psonic

Sonic is a super fast auto suggestion engine built by the team at crisp.chat, a customer engagement platform. its built in Rust and they officially support a javascript client, but if you want to use sonic via php, this is the library that you can look for. Completely unit tested, and adheres to modern coding standards, and offers a clean api to interact with sonic.
MIT License
130 stars 9 forks source link

Added documentation & Resolves issue #5 #6

Closed ppshobi closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity       82       82           
=========================================
  Files            22       22           
  Lines           229      229           
=========================================
  Hits            218      218           
  Misses           11       11
Impacted Files Coverage Δ Complexity Δ
src/Control.php 100% <100%> (ø) 6 <2> (ø) :arrow_down:
src/Ingest.php 95% <100%> (ø) 18 <8> (ø) :arrow_down:
src/Search.php 83.33% <100%> (ø) 9 <5> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ad94676...8c882f9. Read the comment docs.