Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
11 stars 5 forks source link

Full text search is not returning any records in Manager #893

Open azizaparveen opened 3 hours ago

azizaparveen commented 3 hours ago

Describe the bug

We have added support for full text search but when I am searching for text with in the fields that has full text index on, Manager is returning any value Manager_Fulltextsearch_notworking image

Expected Behavior

It should return the records that has the search text in it

Reproduction Steps & Sample

Test app: https://solutions.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=7a4fec6a30364359ac5355b45d7854f0 1) launch the test app 2) Search any value within Request Category, Request Type and Status field 3) Notice the behavior.

Other Relevant Info

No response

azizaparveen commented 3 hours ago

cc @sarahmcdonald7

chris-fox commented 3 hours ago

Looking at the browser debugger the service is saying it doesn't like the syntax "onFields":["*"] to specify all indexed fields to search. I tested in the service and reproduced. The doc says this is valid syntax and the same syntax works in production. So this looks like a difference in devext. May need to follow-up with the feature service team to see if this has changed or is broken in dev.