File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public function searchCompany(
142142 ): Search |RequestException {
143143 return $ this ->search (
144144 query: $ query ,
145- prefix: 'companies ' ,
145+ prefix: '/ companies ' ,
146146 perPage: $ perPage ,
147147 startIndex: $ startIndex ,
148148 );
@@ -166,7 +166,7 @@ public function searchOfficers(
166166 ): Search |RequestException {
167167 return $ this ->search (
168168 query: $ query ,
169- prefix: 'officers ' ,
169+ prefix: '/ officers ' ,
170170 perPage: $ perPage ,
171171 startIndex: $ startIndex ,
172172 );
@@ -190,7 +190,7 @@ public function searchDisqualifiedOfficers(
190190 ): Search |RequestException {
191191 return $ this ->search (
192192 query: $ query ,
193- prefix: 'disqualified-officers ' ,
193+ prefix: '/ disqualified-officers ' ,
194194 perPage: $ perPage ,
195195 startIndex: $ startIndex ,
196196 );
You can’t perform that action at this time.
0 commit comments