GnomishVendorShrinker/libs/LibItemSearch-1.0
Harm Geerts d523666ce1 restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00
..
LibItemSearch-1.0.lua restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00
LibItemSearch-1.0.toc restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00
LibItemSearch.toc restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00
LibStub.lua restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00
README restore newlines, include libs in repo, use sensible variable names, changes to match code style 2011-03-08 02:20:01 +01:00

README

LibItemSearch
	An item text search engine of some sort

Grammar:
	<search> 			:=	<intersect search>
	<intersect search> 	:=	<union search> & <union search> ; <union search>
	<union search>		:=	<negatable search>  | <negatable search> ; <negatable search>
	<negatable search> 	:=	!<primitive search> ; <primitive search>
	<primitive search>	:=	<tooltip search> ; <quality search> ; <type search> ; <text search>
	<tooltip search>	:=  bop ; boa ; bou ; boe ; quest
	<quality search>	:=	q<op><text> ; q<op><digit>
	<ilvl search>		:=	ilvl<op><number>
	<type search>		:=	t:<text>
	<text search>		:=	<text>
	<op>				:=  : | = | == | != | ~= | < | > | <= | >=