Hi all,

I'have some issue with Thinking Sphinx Facets. (Sure, currently, this
feature is not strong) but, i'm using it.

I'm trying to facet user_profile, it works, but, there is some mistake with
the count number.

(I'm using my repository
http://github.com/Gamez/thinking-sphinx/tree/masterI can't merge
freelancing-god repository now...my ISP block outgoing ssh
connexion)

 # Definition de l index de recherche
 define_index do

   # Autres (Langue / Mots cles / Nom / Prenom)
   indexes last_name, :as => :ts_userprofile_last_name, :sortable => true,
:facet => true
   indexes first_name, :as => :ts_userprofile_first_name, :sortable => true,
:facet => true

   # Propriete sur les recherches
   set_property :enable_star => 1
   set_property :min_prefix_len => 1
 end

I have only 1 Basile in my database last_name, but it show me 28..., it seem
there are only problem with the top of list facet result.

Someone has already have this problem of occurence error ?

Thank's in advance.

Best regards,

Mickaël.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to