mlavin / django-selectable

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
http://django-selectable.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
129 stars 64 forks source link

Split search term by whitespaces #192

Closed PetrDlouhy closed 6 years ago

PetrDlouhy commented 7 years ago

Fix for #149

codecov-io commented 7 years ago

Codecov Report

Merging #192 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
+ Coverage    95.2%   95.23%   +0.02%     
==========================================
  Files          14       14              
  Lines         501      504       +3     
==========================================
+ Hits          477      480       +3     
  Misses         24       24
Impacted Files Coverage Δ
selectable/tests/base.py 93.8% <0%> (+0.16%) :arrow_up:

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 66ed383...7078d4d. Read the comment docs.

PetrDlouhy commented 6 years ago

@mlavin Could You please review this?

mlavin commented 6 years ago

Yes I'll review it this week. Sorry for being so unresponsive.

mlavin commented 6 years ago

:snowflake: