P
P
Pavel Sidorov2021-03-11 13:26:29
1C-Bitrix
Pavel Sidorov, 2021-03-11 13:26:29

How to remove restrictions on the number of characters in Bitrix tags?

6049f0355f226274428997.jpeg
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

1 answer(s)
E
Eugene, 2021-03-11
@pavel__sidorov

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;

But it is difficult to predict the consequences, perhaps there are still limitations in the Bitrix code.
I advise you not to experiment on a working project, first make a backup.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question