Skip to content
Snippets Groups Projects
Commit b7c98ee3 authored by Laurent's avatar Laurent
Browse files

dev #22209 search result feed

versions file
parent 0c06cd6a
Branches
Tags
3 merge requests!1132Hotline#29412 images des articles dans le resultat de recherche,!1027Dev#22209 search result feed,!1026Dev#22209 search result feed
# ticket #22209
## Search result
Reification of the array returned by _Class_MoteurRecherche_ that contained queries for facets & record fetch. Now we have _Class_MoteurRecherche_Result_ that depends on search engine & search criterias. Noticeable methods:
* _recordsCollect($closure)_: for parsing all records. $closure must accept a record (_Class_Notice_).
* _acceptCriteresVisitor($visitor)_: for parsing search criterias
## Atom search feed generation
Add _ZendAfi_Feed_SearchResult_ as a _Class_MoteurRecherche_Result_ visitor that renders a search result as Atom feed.
\ No newline at end of file
- ticket #22209 : les utilisateurs peuvent s'abonner à un résultat de recherche via un flux atom
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment