forked from algolia/algoliasearch-client-cmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
187 lines (100 loc) · 4.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
Changelog
=========
%%version%% (unreleased)
------------------------
- Switch to .net. [Xavier Grand]
- New query parameter: ignorePlural. [Julien Lemoine]
- Updated default typoTolerance setting & updated removedWordsIfNoResult
documentation. [Julien Lemoine]
- Fixed doc. [Julien Lemoine]
- Fixed links. [Julien Lemoine]
- Fixed aroundLatLngViaIP doc. [Julien Lemoine]
- Added aroundLatLngViaIP documentation. [Julien Lemoine]
- Cosmetics. [Sylvain UTARD]
- Add tutorial links + minor enhancements. [Sylvain UTARD]
- Added documentation of suffix/prefix index name matching in API key.
[Julien Lemoine]
- Added restrictSearchableAttributes. [Julien Lemoine]
- Added notes on attributesToIndex. [Julien Lemoine]
- Added disableTypoToleranceOn & altCorrections index settings. [Julien
Lemoine]
- Add typoTolerance & allowsTyposOnNumericTokens query parameters.
[Sylvain UTARD]
- Documentation: Added words ranking parameter. [Julien Lemoine]
- Added asc(attributeName) & desc(attributeName) documentation in index
settings. [Julien Lemoine]
- Updated synonyms examples. [Xavier Grand]
- Fix typo. [Xavier Grand]
- Add a note about distinct and the empty queries. [Xavier Grand]
- Added analytics,synonyms,enableSynonymsInHighlight query parameters.
[Julien Lemoine]
- New numericFilters documentation. [Julien Lemoine]
- Updated README. [Sylvain UTARD]
- Merge branch 'master' of https://github.com/algolia/algoliasearch-
client-cmd. [Julien Lemoine]
- Added distinct doc. [Julien Lemoine]
- Fixed missing parameter in addIndexACL command. [Julien Lemoine]
- Fixed indentation. [Julien Lemoine]
- Refactoring doc. [Julien Lemoine]
- Added browse method Added browse ACL Updated exact doc. [Julien
Lemoine]
- Fixed typos in doc. [Julien Lemoine]
- Fixed faceting doc. [Julien Lemoine]
- Added a link. [Julien Lemoine]
- Added intro. [Julien Lemoine]
- Documented maxQueriesPerIPPerHour & maxHitsPerQuery. [Julien Lemoine]
- Fixed example. [Julien Lemoine]
- Fixed order a sentence in tagFilters & some typos. [Julien Lemoine]
- Fixed typo. [Julien Lemoine]
- Fixed settings documentation. [Julien Lemoine]
- Merge branch 'master' of https://github.com/algolia/algoliasearch-
client-cmd. [Julien Lemoine]
- Added clearIndex command. Updated documentation. [Julien Lemoine]
- Renammed parameter names to configure typo tolerance. [Julien Lemoine]
- QueryType=prefixLast is now the default behavior documented
unordered(attributeName) [Julien Lemoine]
- Moved numerics close to tags in doc other minor corrections. [Nicolas
Dessaigne]
- Fixed numerics doc. [Julien Lemoine]
- Improved wording. [Julien Lemoine]
- Added a note on overwrite. [Julien Lemoine]
- Better wording for move/copy. [Julien Lemoine]
- Added documentation for copy/rename. [Julien Lemoine]
- Updated logs documentation. [Julien Lemoine]
- Added documentation on logs command. [Julien Lemoine]
- Improved readability. [Julien Lemoine]
- Added numeric documentation. [Julien Lemoine]
- Added support of arguments for logs command. [Julien Lemoine]
- Added get logs command. [Julien Lemoine]
- Rewording. [Nicolas Dessaigne]
- Added copy/move commands. [Julien Lemoine]
- Changed link from apiary to our REST API Doc. [Julien Lemoine]
- Added a "your account" link. [Julien Lemoine]
- Improved Hostname (no more need to have -1) [Julien Lemoine]
- Removed need to change HOST in cmd client. [Julien Lemoine]
- Fixed wording. [Julien Lemoine]
- Fixed wording. [Julien Lemoine]
- Add download link. [Julien Lemoine]
- Replaced cities by contacts in doc. [Julien Lemoine]
- Removed need to set HOST. [Julien Lemoine]
- Updated ranking doc. [Julien Lemoine]
- Fixed error in server reply example. [Julien Lemoine]
- Fixed typos. [Julien Lemoine]
- Fixed wrong copy/paste. [Julien Lemoine]
- Added list indexes & batch writes in documentation. [Julien Lemoine]
- Added ACLs per Index Added deleteIndex & ACLs in documentation.
[Julien Lemoine]
- Updated hostname. [Julien Lemoine]
- Added attributesToSnippet & queryType. [Julien Lemoine]
- Fixed documentation of ranking attribute in settings. [Julien Lemoine]
- New default attributesToHighlight behavior. [Julien Lemoine]
- Replaced URL by host. [Julien Lemoine]
- Added a note about Beta. [Julien Lemoine]
- Removed country and unused settings. [Julien Lemoine]
- Small quick start corrections. [Nicolas Dessaigne]
- Fixed formatting. [Julien Lemoine]
- Added link in documentation. [Julien Lemoine]
- Added QuickStart. [Julien Lemoine]
- Fixed Typo. [Julien Lemoine]
- Fixed usage of hostname. [Julien Lemoine]
- Initial release of command line API client. [Julien Lemoine]