Quote Originally Posted by buyscripts
We are working on it.We need to add more features on it.


THE BIGGEST thing for 2.7 should be to make the SEARCH actually work right.

use a SQL statement that evaluates more than just the tags...let it evaluate the description and the title and use something like this

SELECT * FROM [table name] AND [table name] AND [table name] WHERE "tag" "title" "desc" LIKE [query]


Not exact syntax but you get the idea