view - Query is not understandable - using field Fulltext search [Tags] = "foo" -


i have problem happens ft search. once happens stays. use following search term in ft search box in lotus notes

[tags] = "foo"

in application search term work fine. applications search term gives error "query not understandable".

it not matter if replace value, e.g [tags] = "boo" produce same result. , field tags = "boo". record [tag] = "foo" works fine seem issues field or field name.

  • the problem happens in applications. once problem start happening no views can searched using search query , error message everytime search.
  • it not remove, compact , re-create ft index.
  • i same error in xpages when using same search query in view data source.
  • i have seen problem using other fieldnames in other application.
  • if remove ft index search query works
  • creating new copy of "broken" database not resolve problem
  • i tried have 1 document in database, create new ft index. document in view not have field "tags" still not working. (there other forms in db fieldname "tags")

this real show stopper me have built of xpages based on search values specific fields

  • in own invstigation of problem think has sort of bug in ft index. there seem data contained in documents or forms causes ft index not work correctly.

enter image description here

i looking solution problem have not found way repair once has become broken.

update:

it not follow procedure https://www-304.ibm.com/support/docview.wss?uid=swg21261002

here debug info

[1078:0002-2250] in ftgsearch

[1078:0002-2250] option = 0x400219

[1078:0002-2250] query: ( field tags = "foo")

[1078:0002-2250] out ftgsearch error = f09

[1078:0002-2250] ftgsearch: found=0, returned=0, start=0, count=0, limit=0

it sounds need fix unk table compact. here listing of compact options, use copy style not in place.

http://www-01.ibm.com/support/docview.wss?uid=swg21084388


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -