Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a custom auxiliary function #576

Open
torfluor opened this issue Dec 12, 2023 · 1 comment
Open

Adding a custom auxiliary function #576

torfluor opened this issue Dec 12, 2023 · 1 comment

Comments

@torfluor
Copy link

I'm porting an application from Swift to .NET MAUI that's using a custom FTS5 auxiliary function for highlighting search matches in PDF document. The custom function returns a list with offset and length for each match.
According to the SQLite FTS5 documentation 7.2 the aux function can be added with xCreateFunction, but I have not been able to find any information on how this can be done in .NET.
Any help would be highly appreciated!

@ericsink
Copy link
Owner

Sadly, it looks like I don't yet have support for that API. Let's consider this issue to be a feature request for it to be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants