Running into an interesting problem. I have this d...
# community-help
j
Running into an interesting problem. I have this doc:
Copy code
{
  "title": "1990 Yamaha YZ250 OEM Engine Crankcases Case Right Left Cases YZ 250 90/2"
}
and when I search the exact title, q = "*1990 Yamaha YZ250 OEM Engine Crankcases Case Right Left Cases YZ 250 90/2"* I get no results. However, when i search with q = "*Engine Crankcases Case Right Left Cases YZ 250 90/2"* the above document appears. Is there some kinda of query string length limitation?