Answer the question
In order to leave comments, you need to log in
How to remove restrictions on the number of characters in Bitrix tags?
Good afternoon
I found out for myself that there are restrictions on the number of characters entered. Tell me how to take it off?
Answer the question
In order to leave comments, you need to log in
Restriction at the mysql database level, in the b_iblock_elements table, the TAGS field has the varchar(255) type.
You can change the length by querying the database, for example, increase it to 500
ALTER TABLE b_iblock_elements ALTER COLUMN TAGS VARCHAR (500) DEFAULT NULL;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question