The org-pdftools-get-link function now correctly uses regexp-quote when parsing search strings. This ensures that special characters in the search query don't break link generation, preventing potential errors when creating links from active searches. This makes link creation significantly more robust when dealing with complex search terms.

Fixes regex escaping for search strings in org-pdftools links - zhengqunkoo/org-pdftools