You cannot post messages because only members can post, and you are not currently a member.
|
Nonrel-search released
|
| |
Hi, we are happy to announce the first version of our simple full-text search engine for non-relational databases using django-nonrel. It's called nonrel-search. The current release supports multiple independent indexes, a porter stemmer and word prefix search :) Take a look at our blog post [link]... more »
|
|
field-specific search + gae-search
|
| |
I am seeking advice. I know gae-search is deprecated, but these same issues would come up in nonrel-search, and I fear it is hours of time to convert. gae-search is set up to throw many different fields into one searchable property in an entity separate from the one being searched for. For our application, we wish to have search by many fields (e.g., name, sex,... more »
|
|
non-rel search
|
| |
Hi,
Is there a "non-rel search" google group or will we use gae-search
group?
Thanks
Jon
|
|
Searching date fields?
|
| |
I need a DateProperty to be searchable. The following change seems to
work for me. Will this change hurt me in some way I don't understand?
Dan
P.S. Yes, I know, you encourage django-nonrel instead. However, it
might take me hours to convert over. I'd have to change my models,
queries, then perhaps even convert data of an existing app. I want to... more »
|
|
Prefix search with GQL
|
| |
I'm looking into using gae-search premium. The docs say to use a "startswith" indexer for prefix search. There is another way in GQL: an entity whose X property is ['apples', 'apricots', 'bananas'] will match X >= 'apr' and X < 'apr\ufffd' because one value starts with "apr". The entity matches if at least... more »
|
|
Debugging search filters?
|
| |
To be more particular about the working filter outside of the search code: ...=', 'Raza Julio') ...1 Dan
|
|
gae-search 1.1.2 released
|
| |
Hi,
we've released gae-search 1.1.2 which fixes an exception when creating
an index with multiple reference properties to the same model.
Please download the update from our website and replace your "search"
app with the new version:
[link]
Bye,
Waldemar Kornewald... more »
|
|
Gae-search 1.1.1 released
|
| |
Hi, we've released a new gae-search version (full-text search for App
Engine + Django).
Now, you can get the Premium version much cheaper (ca. €49), though
without an included support package. Get it here: [link]
Additionally we added automatic removal of stop words from queries... more »
|
|
Environment variable DJANGO_SETTINGS_MODULE is undefined
|
| |
As per install instructions I copied the "search" folder under my app
folder. I have a loader script that loads data from CSV files. ie.
class ContractLoader(bulkloader.Load er)
This loader script imports my models, which includes the Contract
model. The Contract model uses SearchIndexProperty and imports from... more »
|
No more topics in this group.
|
|