You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'(ZY "sudan" OR ZY "south sudan") AND TI "context of vegetarians"',
292
308
[],
293
309
),
310
+
(
311
+
"bias OR OR politics",
312
+
[
313
+
{
314
+
"code": "F1004",
315
+
"label": "invalid-token-sequence",
316
+
"message": "The sequence of tokens is invalid.",
317
+
"is_fatal": True,
318
+
"position": [(8, 10)],
319
+
"details": "Cannot have two consecutive operators",
320
+
}
321
+
],
322
+
),
323
+
(
324
+
"*ology",
325
+
[
326
+
{
327
+
"code": "F2001",
328
+
"label": "wildcard-unsupported",
329
+
"message": "Unsupported wildcard in search string.",
330
+
"is_fatal": True,
331
+
"position": [(0, 1)],
332
+
"details": "Wildcard not allowed at the beginning of a term.",
333
+
}
334
+
],
335
+
),
336
+
(
337
+
"f??*",
338
+
[
339
+
{
340
+
"code": "F2001",
341
+
"label": "wildcard-unsupported",
342
+
"message": "Unsupported wildcard in search string.",
343
+
"is_fatal": True,
344
+
"position": [(0, 4)],
345
+
"details": "Invalid wildcard use: only one leading literal character found. When a wildcard appears within the first four characters, at least two literal (non-wildcard) characters must be present in that span.",
346
+
}
347
+
],
348
+
),
349
+
(
350
+
"f*tal",
351
+
[
352
+
{
353
+
"code": "F2001",
354
+
"label": "wildcard-unsupported",
355
+
"message": "Unsupported wildcard in search string.",
356
+
"is_fatal": True,
357
+
"position": [(0, 5)],
358
+
"details": "Do not use * in the second position followed by additional letters. Use ? or # instead (e.g., f?tal).",
0 commit comments