I have a small table with about 20 entries, each entry has a cell containing a set of tags, made searchable by the FULLTEXT command thingy, so that i can search by tag using MATCH() AGAINST().
However, when i search by tag, some of them seem to work, and others not, i.e when i search for the tag 'city' it returns all the entries tagged city correctly, but when i seach for another tag, 'arch' for example, i get no results, when there are definately some rows with that tag. This happens both on a php page and through phpmyadmin.
Any ideas? help appreciated! thanks.
However, when i search by tag, some of them seem to work, and others not, i.e when i search for the tag 'city' it returns all the entries tagged city correctly, but when i seach for another tag, 'arch' for example, i get no results, when there are definately some rows with that tag. This happens both on a php page and through phpmyadmin.
Any ideas? help appreciated! thanks.