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

ParseError when searching for a space #64

Open
Mychae1 opened this issue Jun 19, 2023 · 0 comments
Open

ParseError when searching for a space #64

Mychae1 opened this issue Jun 19, 2023 · 0 comments

Comments

@Mychae1
Copy link

Mychae1 commented Jun 19, 2023

When the user searches for a space, an error occurs.
Version tested: 8.2.2 and the z3cform branch.
It looks like it might be related to #43

The traceback:

Traceback (innermost last):
  Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
  Module ZPublisher.WSGIPublisher, line 390, in publish_module
  Module ZPublisher.WSGIPublisher, line 285, in publish
  Module ZPublisher.mapply, line 85, in mapply
  Module ZPublisher.WSGIPublisher, line 68, in call_object
  Module z3c.form.form, line 233, in __call__
  Module plone.z3cform.fieldsets.extensible, line 62, in update
  Module plone.z3cform.patch, line 31, in GroupForm_update
  Module z3c.form.group, line 132, in update
  Module z3c.form.form, line 136, in updateWidgets
  Module z3c.form.contentprovider, line 65, in update
  Module collective.searchandreplace.browser.searchreplacetable, line 31, in update
  Module collective.searchandreplace.browser.searchreplacetable, line 55, in findObjects
  Module collective.searchandreplace.searchreplaceutility, line 194, in findObjects
  Module Products.CMFPlone.CatalogTool, line 429, in searchResults
  Module Products.ZCatalog.ZCatalog, line 615, in searchResults
  Module Products.ZCatalog.Catalog, line 1084, in searchResults
  Module Products.ZCatalog.Catalog, line 627, in search
  Module Products.ZCatalog.Catalog, line 557, in _search_index
  Module Products.ZCTextIndex.ZCTextIndex, line 201, in query_index
  Module Products.ZCTextIndex.QueryParser, line 155, in parseQuery
Products.ZCTextIndex.ParseTree.ParseError: Query contains only common words: '* *'
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

1 participant