ripaclub / sphinxsearch

Sphinx Search library provides SphinxQL indexing and searching features
BSD 2-Clause "Simplified" License
62 stars 10 forks source link

SHOW after search commands #19

Closed leodido closed 10 years ago

leodido commented 10 years ago

Add support for SHOW commands.

Syntax

SHOW META [ LIKE pattern ]
SHOW WARNINGS [ LIKE pattern ]
SHOW STATUS [ LIKE pattern ]

Notes The commands listed only make sense if used after a search query.

References

leogr commented 10 years ago

SHOW STATUS is for database administration, even it has same syntax the usage context is different. Anyway we can include them together within a 'Show' sql object.

leogr commented 10 years ago

SHOW Sql object is ready, but we'd add some integration tests. Now, I'm working on add show* methods to the Search component.