Bug 32053

Summary: Authority not in database
Product: Koha Reporter: Nikolay <support>
Component: MARC Authority data supportAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nikolay 2022-10-31 14:50:21 UTC
When creating a authority from Authorities, it is not stored in the database
Comment 1 Katrin Fischer 2022-11-01 09:16:07 UTC
Hi, this is more of a support question and as such should be asked on the mailing list or in our chat. 

I assume that the authoritiy is saved, but you might not be able to search for it as indexing is not working.

You could create a report with:
select * from auth_header; 

This way you can confirm if the authorities were stored to the database.