forked from applegrew/django-select2
-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit 05556e1
Resolve #39 -- Make default search more like Django admin
Different to before we now match search terms only if all
bits match or the entire statement. The last part differs
from the behavior in Django admin, which does not inlcude
exact machtes of the entire search term inlcude spaces.
Partially revert 07054b2 1 parent c093aab commit 05556e1
2 files changed
+18
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | - | ||
49 | + | ||
50 | 50 | | |
51 | + | ||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
56 | + | ||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
318 | - | ||
319 | - | ||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | - | ||
404 | - | ||
405 | - | ||
406 | - | ||
407 | - | ||
408 | - | ||
409 | - | ||
410 | - | ||
403 | + | ||
404 | + | ||
405 | + | ||
406 | + | ||
407 | + | ||
408 | + | ||
409 | + | ||
410 | + | ||
411 | + | ||
412 | + | ||
413 | + | ||
411 | 414 | | |
412 | 415 | | |
413 | 416 | | |
414 | 417 | | |
415 | - | ||
418 | + | ||
419 | + | ||
420 | + | ||
416 | 421 | | |
417 | 422 | | |
418 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | - | ||
485 | + | ||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
0 commit comments