Commit cb897fa
committed
Further revise username and project completion
This reverts most of the code to the "simpler" calling convention. It
also drops the initial rank-based ordering (which didn't appear to
influence the result ordering).
The other significant change is that we now quote the query string to
avoid stemming, which keeps the results more focused on the original
search term.
The change also includes a bug fix for the previous change. We once
again avoid sending the `contraints[query]` parameter when we don't have
a query term (i.e. it's empty).1 parent ceec162 commit cb897fa
1 file changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 107 | + | |
115 | 108 | | |
116 | 109 | | |
117 | 110 | | |
| |||
0 commit comments