Hi
maßgeschneiderten Abschnitt = benutzerdefinierte Kategorie?
Versuch mal den Index auf der Konsole -vv laufen zu lassen
https://kb.i-doit.com/de/effizientes-dokumentieren/suche.html#indexierung
wird "Wartungsservice" indiziert?
In den Experteneinstellungen gibt es noch
search.whitelist.categories
Wenn dort ein Wert gesetzt ist, werden nur diese Kategorien indiziert bzw. durchsucht. Zumindest war das mal so.
Grüße
Leo
Hi,
you may look at my answer in the German section:
https://community.i-doit.com/topic/5282/das-suchfilterdatum-funktioniert-nach-dem-upgrade-nicht-im-benutzerdefinierten-feld.
If you have large i-doit database with (ten) thousands of objects and some object types / categories which need to be searched you have to increase the php memory.
In our php.ini we have
memory_limit = 8192M
Regards
Leo
Hi
If the attributes in "Layer 2 Net > Layer 2 Net" are not sufficient you may need to create your own custom category:
https://kb.i-doit.com/en/basics/custom-categories.html
Regards
@Milan-Leszkow
attachments cannot be sent. The report is sent as a table in the e-mail.
[image: 1730702308742-479aadce-d200-46b3-b08e-f4c59e465ff1-image.png]
You can modify the e-mail template and add additional information to the e-mail via predetermined placeholders. Also you can add additional attributes to the table.
[image: 1730702429228-16738e18-c7fe-4940-84b7-8b701c6cc520-image.png]
@inasutin
Schaut so aus, als wäre memory_limit in deiner php.ini zu schwach eingestellt.
Keine Ahnung wieviel der Prozess benötigt, aber ich denke, wenn du mal auf 1024MB drehst, wird das nicht verkehrt sein.
Hey all,
this is a know bug which was fixed with version 27.
The colleagues from development have created a query that selects € and sets it for all users.
Please create a backup before using a SQL on your idoit database.
Dollar = C__CMDB__CURRENCY__DOLLAR
Pound = C__CMDB__CURRENCY__POUND
Schweizer Franken = C__CMDB__CURRENCY__SWISS_FRANC
Select your data database and use
UPDATE isys_user_locale SET isys_user_locale__isys_currency__id = (SELECT isys_currency__id FROM isys_currency WHERE isys_currency__const = 'C__CMDB__CURRENCY__EURO');