Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8859097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:58:29+00:00 2026-06-14T14:58:29+00:00

GAE full text search , 3 test data entries in the index: name(1):test1 name(2):test1

  • 0

GAE full text search, 3 test data entries in the index:

name(1):test1
name(2):test1 test2
name(3):test1 test2 test3

query1: name:test1
result1: name(1), name(2), name(3)

query2: name:test1 test2
result2: name(2), name(3)

query3: name:test1 test2 test3
result3: name(3)

I would like to get back from all the 3 queries all the 3 entries (and sort them by relevancy). I’ve checked all the search.QueryOptions settings, but I couldn’t reach the expected result.

At the moment I see constructing a query expression myself from the input as an only option (solution1: name: test1 OR test2 OR test3; solution2: name: test1 OR (test1 test2) OR (test2 test3) OR (test1 test3) OR (test1 test2 test3)) but it’s simply hard to believe that it would be the proposed way to do it.

Python 2.5, tested with SDK and production as well.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:58:30+00:00Added an answer on June 14, 2026 at 2:58 pm

    The API does not return those other results because they do not match the query. The default operation is an ‘and’ not an ‘or’ – as it should be for any sane search facility. Using or as a default in real world situations will return a great number of irrelevant results: when I search for ‘app engine’, I do not want to know about apps, or about engines.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having issues getting the full text search to work in the GAE production
Does the GAE experimental Full Text Search API provide an alternative to the SQL
While working on my GAE project under my dev environment, whenever I upload data
In GAE, I've got a table full of one offs -- things like last-used
This is a cross-post of https://groups.google.com/d/topic/google-appengine/97LY3Yfd_14/discussion I'm working with the new full text search
My Gae application retrieves JSON data from a third party site; given an ID
I've developing a test app using GAE/J + Objectify and now trying to query
GAE has a built-in data type called ReferenceProperty , which is actually a db.Key
The GAE Docs on Request Headers say... X-AppEngine-Region Name of region from which the
In GAE, I have a model called Foo, with existing entities, and attempt to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.