Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag images #9

Closed
xomikronx opened this issue Jan 16, 2017 · 3 comments
Closed

Tag images #9

xomikronx opened this issue Jan 16, 2017 · 3 comments

Comments

@xomikronx
Copy link

I'm trying to figure out how to tag an image. Right now, the title's are being indexed for searches, but it only indexes if the word is 4 characters or longer.

Is there a way to properly tag an image?

@rodber
Copy link
Owner

rodber commented Jan 16, 2017

Search index use those:

FULLTEXT KEY 'searchindex' ('image_name','image_title','image_description','image_original_filename')

Which will depend on how your DB engine handles Fulltext searches (InnoDB, MyISAM). You can tweak your engine to allow less chars for fulltext searches.

Regarding tags, I'm sorry but at this time Chevereto doesn't feature tags. There are plans to add tags but I can't say a version or date.

@xomikronx
Copy link
Author

Thanks @rodolfoberrios.

How would I change it so that it indexes 3 characters or more?

@rodber
Copy link
Owner

rodber commented Jan 16, 2017

Refer to the official MySQL documentation for that: http://dev.mysql.com/doc/refman/5.7/en/fulltext-fine-tuning.html

@rodber rodber closed this as completed Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants