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

Search Parser Chokes on Null Byte #26

Closed
theory opened this issue Aug 27, 2017 · 1 comment
Closed

Search Parser Chokes on Null Byte #26

theory opened this issue Aug 27, 2017 · 1 comment
Labels
Milestone

Comments

@theory
Copy link
Member

theory commented Aug 27, 2017

This request returns an error:

https://pgxn.org/search?q=..%00&in=extensions

The error output is:

Failed to parse ' '
	S_parse_flat_string at /build/liblucy-perl-XPo8ef/liblucy-perl-0.3.3/core/Lucy/Search/QueryParser.c line 301
	at PGXN/API/Searcher.pm line 52.
@theory theory added the bug label Aug 27, 2017
@theory theory added this to the v0.17 milestone Aug 27, 2017
@theory
Copy link
Member Author

theory commented Feb 8, 2024

Dupes #23.

@theory theory closed this as completed Feb 8, 2024
theory added a commit that referenced this issue Feb 8, 2024
Add a CI GitHub workflow to test on all supported versions of Perl, and
drop the old Travis config.

Also add a release workflow and the Build.PL stuff to support GitHub
releases.

Require PGXN::API::Searcher v0.11.1 to ensure #23 and #26 stay fixed,
and fix the CPAN meta merging to properly generate a v2 `MYMETA.json`
file.

Increment version to v0.20.0 and update the copyright year.

Drop support for Perl 5.10.

Flesh out the README a bit.
theory added a commit that referenced this issue Feb 8, 2024
Add a CI GitHub workflow to test on all supported versions of Perl, and
drop the old Travis config.

Also add a release workflow and the Build.PL stuff to support GitHub
releases.

Require PGXN::API::Searcher v0.11.1 to ensure #23 and #26 stay fixed,
and fix the CPAN meta merging to properly generate a v2 `MYMETA.json`
file.

Increment version to v0.20.0 and update the copyright year.

Drop support for Perl 5.10.

Flesh out the README a bit.
theory added a commit that referenced this issue Feb 9, 2024
Add a CI GitHub workflow to test on all supported versions of Perl, and
drop the old Travis config.

Also add a release workflow and the Build.PL stuff to support GitHub
releases.

Require PGXN::API::Searcher v0.11.1 to ensure #23 and #26 stay fixed,
and fix the CPAN meta merging to properly generate a v2 `MYMETA.json`
file.

Increment version to v0.20.0 and update the copyright year.

Drop support for Perl 5.10 and 5.12.

Flesh out the README a bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant