But after a āRepair & Rebuildā and Editing the record, no search results when attempting to use Global Search, I am not using AOD(it is off, as it is the only 2 schedulers that do not work in my installation).
I made a custom textfield for the Accounts module, and have it displayed via studio. It is filled as an Alphanumeric identifier, and I would love to be able to search by this to find said related Account!
In my case, it seems that Unified Search inherited the āList Definitionā display. However, the inline edit fields are not editable in there. Anyone knows a way to make them editable in the unified search list?
Since PHP8 users had a error 500 when a user searched a mail with lucene search (I think special char are the cause of the timeout)
Switched back to basic search only including some critical custom field for the user to search was my go-to fix.
Now another question, can āforce_unifiedsearchā be on false to force the search engine to not index it ?
Goal is to try to have a faster and more stable search engine.
You shouldnāt get a 500 error with Lucene index. Iām on 7.14.x and PHP 8 and no 500 errors on search. You might want to try and re-index, or at least let us know what 500 error youāre getting.
Sadly, I have PHP timeout on different php files every time, but my php.ini and config is good. I assume itās the number of data that is causing this ā¦