0

Here's my query:

SELECT `person_id` FROM `123numbers` WHERE MATCH('john smith')

Here's the error I get:

[1064] sphinxql: syntax error, unexpected $undefined, expecting IDENT near '`123numbers` WHERE MATCH('john smith')' [ SELECT `person_id` FROM `123numbers` WHERE MATCH('john smith')]

What is wrong? I've simplified my query to the extreme and it still doesn't work.

Thanks for help! ;)

rastasheep
  • 10,416
  • 3
  • 27
  • 37
wanted
  • 358
  • 3
  • 12

1 Answers1

0

Apparently an index name cannot start with a number using SphinxQL, but using the API, everything is fine.

*BUG*
wanted
  • 358
  • 3
  • 12