In all the catalogs
๐จ What's New in ABCD OPAC v2.2.0
๐ Release: February 12, 2026
โจ Customization & Design
- CSS Gradient Support: The appearance editor now accepts complex CSS
functions, allowing backgrounds with
linear-gradientand images, in addition to solid colors. - Custom CSS Injection: New area in the admin panel to write CSS rules
(file
custom.css) that override the default theme, without needing to edit system files.
๐ฅ๏ธ Layout & User Experience (UX)
- Fat Footer: New layout architecture! The institutional sidebar menu has been moved to the footer, organizing links into dynamic columns and decluttering the search screen.
- Filters vs. Menu: Semantic interface correction. The left sidebar is now exclusively for search Facets and Filters, avoiding visual confusion.
- New Footer Manager: Renewed admin interface (Central compatible) to manage institutional description, copyright, and Social Media icons without touching code.
๐ ๏ธ Fixes & Improvements
- Truncated Search: Restored truncated/wildcard search functionality
using the
$character (e.g.,comput$retrieves computer, computation, etc.). - Action Buttons: Fixed the alignment and functionality of reservation and loan buttons in the detailed record view.
๐ What's New in ABCD OPAC v2.1.0
๐ Release: December 10, 2025
๐ Infrastructure and Security
- Multi-Context System: A single OPAC installation can now serve multiple libraries (e.g., Medicine, Law) independently. Just use the parameter
?ctx=aliasin the URL. - Strict Mode: A new security layer that blocks direct access to the system root if no library context is provided.
๐ Search and Navigation
- Advanced Search 2.0: Totally renewed interface! Now uses modern Modals for term selection and dictionaries, without opening new windows or tabs.
- Logic Fixes: The search engine has been refactored to correctly process complex boolean operators and field lists (arrays), eliminating old pagination errors.
๐ ABCD OPAC News v2.0
๐ Release: November 18, 2025
๐ New Features and Interface
- Installation Diagnostics: New tool to verify if all OPAC components are installed correctly.
- Restricted Access and Records: It is now possible to restrict search to logged-in users only and hide specific records that require authentication.
- Smart Relevance: The system now scores results. Terms found in the Title carry more weight than in other fields.
๐ค User Dashboard (MyABCD)
- Reservations via Modal (AJAX): Goodbye page reloads! Reservations, renewals, and cancellations now happen in quick floating windows.
- Detailed Confirmation: The user views the title and can input how many Waiting Days they are willing to wait for the item.
- Smart Login: Tried to reserve without logging in? The system asks for login directly within the window, without losing the flow.
๐จ Visualization and Navigation
- Single View (Fullscreen): New record detail viewing mode in fullscreen without leaving the results list.
- Format Buttons: Instant switch between Standard, XML MARC, and Dublin Core views.
- Advanced Sorting: Sort results by Relevance, Title (A-Z), Author, or Chronology (Newest/Oldest).
- Double Pagination: Navigate through pages via both the top and the bottom of the list.
๐ ๏ธ Technical Improvements and Fixes
- ๐ Critical Bug Fixes: Resolved issues with accents in free search and facets breaking when refining the search.
- ๐ง Enhanced "Did you mean?": Logic now supports complete phrases and dictionaries with ISO-8859-1 encoding.
- ๐ช Record Selection: Checkbox functionality reactivated with a floating action bar and persistence via cookies.